Html Css Color HEX #552D0E Baker's Chocolate

📋 copy color: '#552D0E'

red 85 ◦ green 45 ◦ blue 14

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

Shades of Baker's Chocolate #552D0E

Tints of Baker's Chocolate #552D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.25%

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

R = 59.03%
G = 31.25%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#552D0E (or 0x552D0E) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 0E. RGB value is (85,45,14). Sum of RGB (Red+Green+Blue) = 85+45+14=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #552D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D0E is #AAD2F1. Grayscale: #353535. Windows color (decimal): -11195122 or 929109. OLE color: 929109.

HSL color Cylindrical-coordinate representation of color #552D0E: hue angle of 26.2º 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 #552D0E is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 14 -
CMYK 0 0.47 0.84 0.67
HSL 26.2º 0.72% 0.19% -
HSV(B) 26.2º 0.84% 0.33% -
XYZ 4.76 3.84 0.91 -
YUV 53.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 85 45 14 0 0.47 0.84 0.67 26.2 0.72 0.19
Hex 55 2D E 0 2F 54 43 1A 48 13
Octal 125 55 16 0 57 124 103 32 110 23
Binary 1010101 101101 1110 0 101111 1010100 1000011 11010 1001000 10011

Color Harmonies of #552D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D0E

Black with #552D0E

Text Example


Text Example

White with #552D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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