Html Css Color HEX #552F07 Baker's Chocolate

📋 copy color: '#552F07'

red 85 ◦ green 47 ◦ blue 7

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

Shades of Baker's Chocolate #552F07

Tints of Baker's Chocolate #552F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.04%

R = 61.15%
G = 33.81%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#552F07 (or 0x552F07) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 07. RGB value is (85,47,7). Sum of RGB (Red+Green+Blue) = 85+47+7=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F07 is #AAD0F8. Grayscale: #363636. Windows color (decimal): -11194617 or 470869. OLE color: 470869.

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

Color convert

RGB 85 47 7 -
CMYK 0 0.45 0.92 0.67
HSL 30.77º 0.85% 0.18% -
HSV(B) 30.77º 0.92% 0.33% -
XYZ 4.8 3.98 0.72 -
YUV 53.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 85 47 7 0 0.45 0.92 0.67 30.77 0.85 0.18
Hex 55 2F 7 0 2D 5C 43 1F 55 12
Octal 125 57 7 0 55 134 103 37 125 22
Binary 1010101 101111 111 0 101101 1011100 1000011 11111 1010101 10010

Color Harmonies of #552F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F07

Black with #552F07

Text Example


Text Example

White with #552F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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