Html Css Color HEX #553B0B Baker's Chocolate

📋 copy color: '#553B0B'

red 85 ◦ green 59 ◦ blue 11

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

Shades of Baker's Chocolate #553B0B

Tints of Baker's Chocolate #553B0B

RGB

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

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

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

R = 54.84%
G = 38.06%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#553B0B (or 0x553B0B) is known color: Baker's Chocolate. HEX triplet: 55, 3B and 0B. RGB value is (85,59,11). Sum of RGB (Red+Green+Blue) = 85+59+11=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B0B is #AAC4F4. Grayscale: #3D3D3D. Windows color (decimal): -11191541 or 736085. OLE color: 736085.

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

Color convert

RGB 85 59 11 -
CMYK 0 0.31 0.87 0.67
HSL 38.92º 0.77% 0.19% -
HSV(B) 38.92º 0.87% 0.33% -
XYZ 5.37 5.08 1.01 -
YUV 61.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 85 59 11 0 0.31 0.87 0.67 38.92 0.77 0.19
Hex 55 3B B 0 1F 57 43 27 4D 13
Octal 125 73 13 0 37 127 103 47 115 23
Binary 1010101 111011 1011 0 11111 1010111 1000011 100111 1001101 10011

Color Harmonies of #553B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B0B

Black with #553B0B

Text Example


Text Example

White with #553B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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