Html Css Color HEX #552D0F Baker's Chocolate

📋 copy color: '#552D0F'

red 85 ◦ green 45 ◦ blue 15

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

Shades of Baker's Chocolate #552D0F

Tints of Baker's Chocolate #552D0F

RGB

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

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

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

R = 58.62%
G = 31.03%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#552D0F (or 0x552D0F) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 0F. RGB value is (85,45,15). Sum of RGB (Red+Green+Blue) = 85+45+15=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #552D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D0F is #AAD2F0. Grayscale: #353535. Windows color (decimal): -11195121 or 994645. OLE color: 994645.

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

Color convert

RGB 85 45 15 -
CMYK 0 0.47 0.82 0.67
HSL 25.71º 0.7% 0.2% -
HSV(B) 25.71º 0.82% 0.33% -
XYZ 4.77 3.84 0.94 -
YUV 53.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 85 45 15 0 0.47 0.82 0.67 25.71 0.7 0.2
Hex 55 2D F 0 2F 52 43 1A 46 14
Octal 125 55 17 0 57 122 103 32 106 24
Binary 1010101 101101 1111 0 101111 1010010 1000011 11010 1000110 10100

Color Harmonies of #552D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D0F

Black with #552D0F

Text Example


Text Example

White with #552D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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