Html Css Color HEX #552710 Baker's Chocolate

📋 copy color: '#552710'

red 85 ◦ green 39 ◦ blue 16

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

Shades of Baker's Chocolate #552710

Tints of Baker's Chocolate #552710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 60.71%
G = 27.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#552710 (or 0x552710) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 10. RGB value is (85,39,16). Sum of RGB (Red+Green+Blue) = 85+39+16=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552710 is #AAD8EF. Grayscale: #323232. Windows color (decimal): -11196656 or 1058645. OLE color: 1058645.

HSL color Cylindrical-coordinate representation of color #552710: hue angle of 20º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552710 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 16 -
CMYK 0 0.54 0.81 0.67
HSL 20º 0.68% 0.2% -
HSV(B) 20º 0.81% 0.33% -
XYZ 4.57 3.42 0.91 -
YUV 50.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 85 39 16 0 0.54 0.81 0.67 20 0.68 0.2
Hex 55 27 10 0 36 51 43 14 44 14
Octal 125 47 20 0 66 121 103 24 104 24
Binary 1010101 100111 10000 0 110110 1010001 1000011 10100 1000100 10100

Color Harmonies of #552710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552710

Black with #552710

Text Example


Text Example

White with #552710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552710; }

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

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

background-color css

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

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

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

border-color css

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

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

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