Html Css Color HEX #55270B Baker's Chocolate

📋 copy color: '#55270B'

red 85 ◦ green 39 ◦ blue 11

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

Shades of Baker's Chocolate #55270B

Tints of Baker's Chocolate #55270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

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

R = 62.96%
G = 28.89%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55270B (or 0x55270B) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 0B. RGB value is (85,39,11). Sum of RGB (Red+Green+Blue) = 85+39+11=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55270B is #AAD8F4. Grayscale: #313131. Windows color (decimal): -11196661 or 730965. OLE color: 730965.

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

Color convert

RGB 85 39 11 -
CMYK 0 0.54 0.87 0.67
HSL 22.7º 0.77% 0.19% -
HSV(B) 22.7º 0.87% 0.33% -
XYZ 4.53 3.41 0.74 -
YUV 49.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 85 39 11 0 0.54 0.87 0.67 22.7 0.77 0.19
Hex 55 27 B 0 36 57 43 17 4D 13
Octal 125 47 13 0 66 127 103 27 115 23
Binary 1010101 100111 1011 0 110110 1010111 1000011 10111 1001101 10011

Color Harmonies of #55270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55270B

Black with #55270B

Text Example


Text Example

White with #55270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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