Html Css Color HEX #552A01 Baker's Chocolate

📋 copy color: '#552A01'

red 85 ◦ green 42 ◦ blue 1

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

Shades of Baker's Chocolate #552A01

Tints of Baker's Chocolate #552A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.81%

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

R = 66.41%
G = 32.81%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#552A01 (or 0x552A01) is known color: Baker's Chocolate. HEX triplet: 55, 2A and 01. RGB value is (85,42,1). Sum of RGB (Red+Green+Blue) = 85+42+1=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A01 is #AAD5FE. Grayscale: #323232. Windows color (decimal): -11195903 or 76373. OLE color: 76373.

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

Color convert

RGB 85 42 1 -
CMYK 0 0.51 0.99 0.67
HSL 29.29º 0.98% 0.17% -
HSV(B) 29.29º 0.99% 0.33% -
XYZ 4.58 3.59 0.48 -
YUV 50.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 85 42 1 0 0.51 0.99 0.67 29.29 0.98 0.17
Hex 55 2A 1 0 33 63 43 1D 62 11
Octal 125 52 1 0 63 143 103 35 142 21
Binary 1010101 101010 1 0 110011 1100011 1000011 11101 1100010 10001

Color Harmonies of #552A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A01

Black with #552A01

Text Example


Text Example

White with #552A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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