Html Css Color HEX #552C01 Baker's Chocolate

📋 copy color: '#552C01'

red 85 ◦ green 44 ◦ blue 1

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

Shades of Baker's Chocolate #552C01

Tints of Baker's Chocolate #552C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.85%

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

R = 65.38%
G = 33.85%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#552C01 (or 0x552C01) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 01. RGB value is (85,44,1). Sum of RGB (Red+Green+Blue) = 85+44+1=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #552C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C01 is #AAD3FE. Grayscale: #333333. Windows color (decimal): -11195391 or 76885. OLE color: 76885.

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

Color convert

RGB 85 44 1 -
CMYK 0 0.48 0.99 0.67
HSL 30.71º 0.98% 0.17% -
HSV(B) 30.71º 0.99% 0.33% -
XYZ 4.65 3.73 0.5 -
YUV 51.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 85 44 1 0 0.48 0.99 0.67 30.71 0.98 0.17
Hex 55 2C 1 0 30 63 43 1F 62 11
Octal 125 54 1 0 60 143 103 37 142 21
Binary 1010101 101100 1 0 110000 1100011 1000011 11111 1100010 10001

Color Harmonies of #552C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C01

Black with #552C01

Text Example


Text Example

White with #552C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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