Html Css Color HEX #553108 Baker's Chocolate

📋 copy color: '#553108'

red 85 ◦ green 49 ◦ blue 8

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

Shades of Baker's Chocolate #553108

Tints of Baker's Chocolate #553108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 59.86%
G = 34.51%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#553108 (or 0x553108) is known color: Baker's Chocolate. HEX triplet: 55, 31 and 08. RGB value is (85,49,8). Sum of RGB (Red+Green+Blue) = 85+49+8=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553108 is #AACEF7. Grayscale: #373737. Windows color (decimal): -11194104 or 536917. OLE color: 536917.

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

Color convert

RGB 85 49 8 -
CMYK 0 0.42 0.91 0.67
HSL 31.95º 0.83% 0.18% -
HSV(B) 31.95º 0.91% 0.33% -
XYZ 4.89 4.15 0.77 -
YUV 55.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 85 49 8 0 0.42 0.91 0.67 31.95 0.83 0.18
Hex 55 31 8 0 2A 5B 43 20 53 12
Octal 125 61 10 0 52 133 103 40 123 22
Binary 1010101 110001 1000 0 101010 1011011 1000011 100000 1010011 10010

Color Harmonies of #553108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553108

Black with #553108

Text Example


Text Example

White with #553108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553108; }

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

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

background-color css

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

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

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

border-color css

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

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

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