Html Css Color HEX #553C0B Baker's Chocolate

📋 copy color: '#553C0B'

red 85 ◦ green 60 ◦ blue 11

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

Shades of Baker's Chocolate #553C0B

Tints of Baker's Chocolate #553C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.46%

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 54.49%
G = 38.46%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#553C0B (or 0x553C0B) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 0B. RGB value is (85,60,11). Sum of RGB (Red+Green+Blue) = 85+60+11=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C0B is #AAC3F4. Grayscale: #3E3E3E. Windows color (decimal): -11191285 or 736341. OLE color: 736341.

HSL color Cylindrical-coordinate representation of color #553C0B: hue angle of 39.73º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #553C0B is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 11 -
CMYK 0 0.29 0.87 0.67
HSL 39.73º 0.77% 0.19% -
HSV(B) 39.73º 0.87% 0.33% -
XYZ 5.42 5.19 1.03 -
YUV 61.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 85 60 11 0 0.29 0.87 0.67 39.73 0.77 0.19
Hex 55 3C B 0 1D 57 43 28 4D 13
Octal 125 74 13 0 35 127 103 50 115 23
Binary 1010101 111100 1011 0 11101 1010111 1000011 101000 1001101 10011

Color Harmonies of #553C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C0B

Black with #553C0B

Text Example


Text Example

White with #553C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,60,11); }

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

background-color css

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

 a { background-color: rgb(85,60,11); }

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

border-color css

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

 span { border-color: rgb(85,60,11); }

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