Html Css Color HEX #55320E Baker's Chocolate

📋 copy color: '#55320E'

red 85 ◦ green 50 ◦ blue 14

#55320E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #55320E

Tints of Baker's Chocolate #55320E

RGB

 RED value IS 85 (33.59% from 255) = 57.05%

 GREEN value IS 50 (19.92% from 255) = 33.56%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 57.05%
G = 33.56%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55320E (or 0x55320E) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 0E. RGB value is (85,50,14). Sum of RGB (Red+Green+Blue) = 85+50+14=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55320E is #AACDF1. Grayscale: #383838. Windows color (decimal): -11193842 or 930389. OLE color: 930389.

HSL color Cylindrical-coordinate representation of color #55320E: hue angle of 30.42º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55320E is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 14 -
CMYK 0 0.41 0.84 0.67
HSL 30.42º 0.72% 0.19% -
HSV(B) 30.42º 0.84% 0.33% -
XYZ 4.97 4.24 0.97 -
YUV 56.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 85 50 14 0 0.41 0.84 0.67 30.42 0.72 0.19
Hex 55 32 E 0 29 54 43 1E 48 13
Octal 125 62 16 0 51 124 103 36 110 23
Binary 1010101 110010 1110 0 101001 1010100 1000011 11110 1001000 10011

Color Harmonies of #55320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55320E

Black with #55320E

Text Example


Text Example

White with #55320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55320E; }

 p { color: rgb(85,50,14); }

 H1.HeaderClassName
 {
   color: #55320E;
 }
 .AnyTagClassName
 {
   color: #55320E;
 }
</style>

background-color css

<style>
 a { background-color: #55320E; }

 a { background-color: rgb(85,50,14); }

 div.DivClassName
 {
   background-color: #55320E;
 }
 .BgClassName
 {
   background-color: #55320E;
 }
</style>

border-color css

<style>
 span { border-color: #55320E; }

 span { border-color: rgb(85,50,14); }

 td.TdClassName
 {
   border-color: #55320E;
 }
 .TagClassName
 {
   border-color: #55320E;
 }
</style>