Html Css Color HEX #553612 Baker's Chocolate

📋 copy color: '#553612'

red 85 ◦ green 54 ◦ blue 18

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

Shades of Baker's Chocolate #553612

Tints of Baker's Chocolate #553612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 54.14%
G = 34.39%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#553612 (or 0x553612) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 12. RGB value is (85,54,18). Sum of RGB (Red+Green+Blue) = 85+54+18=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553612 is #AAC9ED. Grayscale: #3B3B3B. Windows color (decimal): -11192814 or 1193557. OLE color: 1193557.

HSL color Cylindrical-coordinate representation of color #553612: hue angle of 32.24º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #553612 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 18 -
CMYK 0 0.36 0.79 0.67
HSL 32.24º 0.65% 0.2% -
HSV(B) 32.24º 0.79% 0.33% -
XYZ 5.17 4.61 1.19 -
YUV 59.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 85 54 18 0 0.36 0.79 0.67 32.24 0.65 0.2
Hex 55 36 12 0 24 4F 43 20 41 14
Octal 125 66 22 0 44 117 103 40 101 24
Binary 1010101 110110 10010 0 100100 1001111 1000011 100000 1000001 10100

Color Harmonies of #553612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553612

Black with #553612

Text Example


Text Example

White with #553612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553612; }

 p { color: rgb(85,54,18); }

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

background-color css

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

 a { background-color: rgb(85,54,18); }

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

border-color css

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

 span { border-color: rgb(85,54,18); }

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