Html Css Color HEX #552F05 Baker's Chocolate

📋 copy color: '#552F05'

red 85 ◦ green 47 ◦ blue 5

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

Shades of Baker's Chocolate #552F05

Tints of Baker's Chocolate #552F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.31%

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 62.04%
G = 34.31%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#552F05 (or 0x552F05) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 05. RGB value is (85,47,5). Sum of RGB (Red+Green+Blue) = 85+47+5=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #552F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F05 is #AAD0FA. Grayscale: #353535. Windows color (decimal): -11194619 or 339797. OLE color: 339797.

HSL color Cylindrical-coordinate representation of color #552F05: hue angle of 31.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #552F05 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 5 -
CMYK 0 0.45 0.94 0.67
HSL 31.5º 0.89% 0.18% -
HSV(B) 31.5º 0.94% 0.33% -
XYZ 4.79 3.98 0.66 -
YUV 53.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 85 47 5 0 0.45 0.94 0.67 31.5 0.89 0.18
Hex 55 2F 5 0 2D 5E 43 1F 59 12
Octal 125 57 5 0 55 136 103 37 131 22
Binary 1010101 101111 101 0 101101 1011110 1000011 11111 1011001 10010

Color Harmonies of #552F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F05

Black with #552F05

Text Example


Text Example

White with #552F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,5); }

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

background-color css

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

 a { background-color: rgb(85,47,5); }

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

border-color css

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

 span { border-color: rgb(85,47,5); }

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