Html Css Color HEX #553A12 Baker's Chocolate

📋 copy color: '#553A12'

red 85 ◦ green 58 ◦ blue 18

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

Shades of Baker's Chocolate #553A12

Tints of Baker's Chocolate #553A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.02%

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

R = 52.8%
G = 36.02%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#553A12 (or 0x553A12) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 12. RGB value is (85,58,18). Sum of RGB (Red+Green+Blue) = 85+58+18=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A12 is #AAC5ED. Grayscale: #3D3D3D. Windows color (decimal): -11191790 or 1194581. OLE color: 1194581.

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

Color convert

RGB 85 58 18 -
CMYK 0 0.32 0.79 0.67
HSL 35.82º 0.65% 0.2% -
HSV(B) 35.82º 0.79% 0.33% -
XYZ 5.37 5 1.25 -
YUV 61.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 85 58 18 0 0.32 0.79 0.67 35.82 0.65 0.2
Hex 55 3A 12 0 20 4F 43 24 41 14
Octal 125 72 22 0 40 117 103 44 101 24
Binary 1010101 111010 10010 0 100000 1001111 1000011 100100 1000001 10100

Color Harmonies of #553A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A12

Black with #553A12

Text Example


Text Example

White with #553A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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