Html Css Color HEX #552B0E Baker's Chocolate

📋 copy color: '#552B0E'

red 85 ◦ green 43 ◦ blue 14

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

Shades of Baker's Chocolate #552B0E

Tints of Baker's Chocolate #552B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.28%

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 59.86%
G = 30.28%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#552B0E (or 0x552B0E) is known color: Baker's Chocolate. HEX triplet: 55, 2B and 0E. RGB value is (85,43,14). Sum of RGB (Red+Green+Blue) = 85+43+14=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B0E is #AAD4F1. Grayscale: #343434. Windows color (decimal): -11195634 or 928597. OLE color: 928597.

HSL color Cylindrical-coordinate representation of color #552B0E: hue angle of 24.51º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #552B0E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 14 -
CMYK 0 0.49 0.84 0.67
HSL 24.51º 0.72% 0.19% -
HSV(B) 24.51º 0.84% 0.33% -
XYZ 4.69 3.69 0.88 -
YUV 52.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 85 43 14 0 0.49 0.84 0.67 24.51 0.72 0.19
Hex 55 2B E 0 31 54 43 19 48 13
Octal 125 53 16 0 61 124 103 31 110 23
Binary 1010101 101011 1110 0 110001 1010100 1000011 11001 1001000 10011

Color Harmonies of #552B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B0E

Black with #552B0E

Text Example


Text Example

White with #552B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552B0E; }

 p { color: rgb(85,43,14); }

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

background-color css

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

 a { background-color: rgb(85,43,14); }

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

border-color css

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

 span { border-color: rgb(85,43,14); }

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