Html Css Color HEX #553912 Baker's Chocolate

📋 copy color: '#553912'

red 85 ◦ green 57 ◦ blue 18

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

Shades of Baker's Chocolate #553912

Tints of Baker's Chocolate #553912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 53.13%
G = 35.63%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#553912 (or 0x553912) is known color: Baker's Chocolate. HEX triplet: 55, 39 and 12. RGB value is (85,57,18). Sum of RGB (Red+Green+Blue) = 85+57+18=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553912 is #AAC6ED. Grayscale: #3D3D3D. Windows color (decimal): -11192046 or 1194325. OLE color: 1194325.

HSL color Cylindrical-coordinate representation of color #553912: hue angle of 34.93º 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 #553912 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 18 -
CMYK 0 0.33 0.79 0.67
HSL 34.93º 0.65% 0.2% -
HSV(B) 34.93º 0.79% 0.33% -
XYZ 5.32 4.9 1.24 -
YUV 60.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 85 57 18 0 0.33 0.79 0.67 34.93 0.65 0.2
Hex 55 39 12 0 21 4F 43 23 41 14
Octal 125 71 22 0 41 117 103 43 101 24
Binary 1010101 111001 10010 0 100001 1001111 1000011 100011 1000001 10100

Color Harmonies of #553912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553912

Black with #553912

Text Example


Text Example

White with #553912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553912; }

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

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

background-color css

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

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

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

border-color css

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

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

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