Html Css Color HEX #552C0F Baker's Chocolate

📋 copy color: '#552C0F'

red 85 ◦ green 44 ◦ blue 15

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

Shades of Baker's Chocolate #552C0F

Tints of Baker's Chocolate #552C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 59.03%
G = 30.56%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#552C0F (or 0x552C0F) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 0F. RGB value is (85,44,15). Sum of RGB (Red+Green+Blue) = 85+44+15=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #552C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C0F is #AAD3F0. Grayscale: #353535. Windows color (decimal): -11195377 or 994389. OLE color: 994389.

HSL color Cylindrical-coordinate representation of color #552C0F: hue angle of 24.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552C0F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 15 -
CMYK 0 0.48 0.82 0.67
HSL 24.86º 0.7% 0.2% -
HSV(B) 24.86º 0.82% 0.33% -
XYZ 4.73 3.77 0.93 -
YUV 52.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 85 44 15 0 0.48 0.82 0.67 24.86 0.7 0.2
Hex 55 2C F 0 30 52 43 19 46 14
Octal 125 54 17 0 60 122 103 31 106 24
Binary 1010101 101100 1111 0 110000 1010010 1000011 11001 1000110 10100

Color Harmonies of #552C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C0F

Black with #552C0F

Text Example


Text Example

White with #552C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,15); }

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

background-color css

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

 a { background-color: rgb(85,44,15); }

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

border-color css

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

 span { border-color: rgb(85,44,15); }

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