Html Css Color HEX #552610 Baker's Chocolate

📋 copy color: '#552610'

red 85 ◦ green 38 ◦ blue 16

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

Shades of Baker's Chocolate #552610

Tints of Baker's Chocolate #552610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 61.15%
G = 27.34%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#552610 (or 0x552610) is known color: Baker's Chocolate. HEX triplet: 55, 26 and 10. RGB value is (85,38,16). Sum of RGB (Red+Green+Blue) = 85+38+16=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552610 is #AAD9EF. Grayscale: #313131. Windows color (decimal): -11196912 or 1058389. OLE color: 1058389.

HSL color Cylindrical-coordinate representation of color #552610: hue angle of 19.13º 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 #552610 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 16 -
CMYK 0 0.55 0.81 0.67
HSL 19.13º 0.68% 0.2% -
HSV(B) 19.13º 0.81% 0.33% -
XYZ 4.53 3.35 0.9 -
YUV 49.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 85 38 16 0 0.55 0.81 0.67 19.13 0.68 0.2
Hex 55 26 10 0 37 51 43 13 44 14
Octal 125 46 20 0 67 121 103 23 104 24
Binary 1010101 100110 10000 0 110111 1010001 1000011 10011 1000100 10100

Color Harmonies of #552610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552610

Black with #552610

Text Example


Text Example

White with #552610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552610; }

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

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

background-color css

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

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

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

border-color css

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

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

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