Html Css Color HEX #55360B Baker's Chocolate

📋 copy color: '#55360B'

red 85 ◦ green 54 ◦ blue 11

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

Shades of Baker's Chocolate #55360B

Tints of Baker's Chocolate #55360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36%

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

R = 56.67%
G = 36%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55360B (or 0x55360B) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 0B. RGB value is (85,54,11). Sum of RGB (Red+Green+Blue) = 85+54+11=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55360B is #AAC9F4. Grayscale: #3A3A3A. Windows color (decimal): -11192821 or 734805. OLE color: 734805.

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

Color convert

RGB 85 54 11 -
CMYK 0 0.36 0.87 0.67
HSL 34.86º 0.77% 0.19% -
HSV(B) 34.86º 0.87% 0.33% -
XYZ 5.13 4.59 0.93 -
YUV 58.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 85 54 11 0 0.36 0.87 0.67 34.86 0.77 0.19
Hex 55 36 B 0 24 57 43 23 4D 13
Octal 125 66 13 0 44 127 103 43 115 23
Binary 1010101 110110 1011 0 100100 1010111 1000011 100011 1001101 10011

Color Harmonies of #55360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55360B

Black with #55360B

Text Example


Text Example

White with #55360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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