Html Css Color HEX #553B12 Baker's Chocolate

📋 copy color: '#553B12'

red 85 ◦ green 59 ◦ blue 18

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

Shades of Baker's Chocolate #553B12

Tints of Baker's Chocolate #553B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

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

R = 52.47%
G = 36.42%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#553B12 (or 0x553B12) is known color: Baker's Chocolate. HEX triplet: 55, 3B and 12. RGB value is (85,59,18). Sum of RGB (Red+Green+Blue) = 85+59+18=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B12 is #AAC4ED. Grayscale: #3E3E3E. Windows color (decimal): -11191534 or 1194837. OLE color: 1194837.

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

Color convert

RGB 85 59 18 -
CMYK 0 0.31 0.79 0.67
HSL 36.72º 0.65% 0.2% -
HSV(B) 36.72º 0.79% 0.33% -
XYZ 5.42 5.1 1.27 -
YUV 62.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 85 59 18 0 0.31 0.79 0.67 36.72 0.65 0.2
Hex 55 3B 12 0 1F 4F 43 25 41 14
Octal 125 73 22 0 37 117 103 45 101 24
Binary 1010101 111011 10010 0 11111 1001111 1000011 100101 1000001 10100

Color Harmonies of #553B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B12

Black with #553B12

Text Example


Text Example

White with #553B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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