Html Css Color HEX #553106 Baker's Chocolate

📋 copy color: '#553106'

red 85 ◦ green 49 ◦ blue 6

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

Shades of Baker's Chocolate #553106

Tints of Baker's Chocolate #553106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 60.71%
G = 35%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#553106 (or 0x553106) is known color: Baker's Chocolate. HEX triplet: 55, 31 and 06. RGB value is (85,49,6). Sum of RGB (Red+Green+Blue) = 85+49+6=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #553106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553106 is #AACEF9. Grayscale: #373737. Windows color (decimal): -11194106 or 405845. OLE color: 405845.

HSL color Cylindrical-coordinate representation of color #553106: hue angle of 32.66º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #553106 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 49 6 -
CMYK 0 0.42 0.93 0.67
HSL 32.66º 0.87% 0.18% -
HSV(B) 32.66º 0.93% 0.33% -
XYZ 4.88 4.14 0.71 -
YUV 54.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 85 49 6 0 0.42 0.93 0.67 32.66 0.87 0.18
Hex 55 31 6 0 2A 5D 43 21 57 12
Octal 125 61 6 0 52 135 103 41 127 22
Binary 1010101 110001 110 0 101010 1011101 1000011 100001 1010111 10010

Color Harmonies of #553106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553106

Black with #553106

Text Example


Text Example

White with #553106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553106; }

 p { color: rgb(85,49,6); }

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

background-color css

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

 a { background-color: rgb(85,49,6); }

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

border-color css

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

 span { border-color: rgb(85,49,6); }

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