Html Css Color HEX #55310A Baker's Chocolate

📋 copy color: '#55310A'

red 85 ◦ green 49 ◦ blue 10

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

Shades of Baker's Chocolate #55310A

Tints of Baker's Chocolate #55310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

 BLUE value IS 10 (4.3% from 255) = 6.94%

R = 59.03%
G = 34.03%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#55310A (or 0x55310A) is known color: Baker's Chocolate. HEX triplet: 55, 31 and 0A. RGB value is (85,49,10). Sum of RGB (Red+Green+Blue) = 85+49+10=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #55310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55310A is #AACEF5. Grayscale: #373737. Windows color (decimal): -11194102 or 667989. OLE color: 667989.

HSL color Cylindrical-coordinate representation of color #55310A: hue angle of 31.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55310A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 49 10 -
CMYK 0 0.42 0.88 0.67
HSL 31.2º 0.79% 0.19% -
HSV(B) 31.2º 0.88% 0.33% -
XYZ 4.9 4.15 0.83 -
YUV 55.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 85 49 10 0 0.42 0.88 0.67 31.2 0.79 0.19
Hex 55 31 A 0 2A 58 43 1F 4F 13
Octal 125 61 12 0 52 130 103 37 117 23
Binary 1010101 110001 1010 0 101010 1011000 1000011 11111 1001111 10011

Color Harmonies of #55310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55310A

Black with #55310A

Text Example


Text Example

White with #55310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55310A; }

 p { color: rgb(85,49,10); }

 H1.HeaderClassName
 {
   color: #55310A;
 }
 .AnyTagClassName
 {
   color: #55310A;
 }
</style>

background-color css

<style>
 a { background-color: #55310A; }

 a { background-color: rgb(85,49,10); }

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

border-color css

<style>
 span { border-color: #55310A; }

 span { border-color: rgb(85,49,10); }

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