Html Css Color HEX #552F01 Baker's Chocolate

📋 copy color: '#552F01'

red 85 ◦ green 47 ◦ blue 1

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

Shades of Baker's Chocolate #552F01

Tints of Baker's Chocolate #552F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 63.91%
G = 35.34%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#552F01 (or 0x552F01) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 01. RGB value is (85,47,1). Sum of RGB (Red+Green+Blue) = 85+47+1=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F01 is #AAD0FE. Grayscale: #353535. Windows color (decimal): -11194623 or 77653. OLE color: 77653.

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

Color convert

RGB 85 47 1 -
CMYK 0 0.45 0.99 0.67
HSL 32.86º 0.98% 0.17% -
HSV(B) 32.86º 0.99% 0.33% -
XYZ 4.77 3.97 0.54 -
YUV 53.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 85 47 1 0 0.45 0.99 0.67 32.86 0.98 0.17
Hex 55 2F 1 0 2D 63 43 21 62 11
Octal 125 57 1 0 55 143 103 41 142 21
Binary 1010101 101111 1 0 101101 1100011 1000011 100001 1100010 10001

Color Harmonies of #552F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F01

Black with #552F01

Text Example


Text Example

White with #552F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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