Html Css Color HEX #552A00 Baker's Chocolate

📋 copy color: '#552A00'

red 85 ◦ green 42 ◦ blue 0

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

Shades of Baker's Chocolate #552A00

Tints of Baker's Chocolate #552A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.93%
G = 33.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#552A00 (or 0x552A00) is known color: Baker's Chocolate. HEX triplet: 55, 2A and 00. RGB value is (85,42,0). Sum of RGB (Red+Green+Blue) = 85+42+0=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A00 is #AAD5FF. Grayscale: #323232. Windows color (decimal): -11195904 or 10837. OLE color: 10837.

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

Color convert

RGB 85 42 0 -
CMYK 0 0.51 1 0.67
HSL 29.65º 1% 0.17% -
HSV(B) 29.65º 1% 0.33% -
XYZ 4.57 3.59 0.45 -
YUV 50.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 85 42 0 0 0.51 1 0.67 29.65 1 0.17
Hex 55 2A 0 0 33 64 43 1E 64 11
Octal 125 52 0 0 63 144 103 36 144 21
Binary 1010101 101010 0 0 110011 1100100 1000011 11110 1100100 10001

Color Harmonies of #552A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A00

Black with #552A00

Text Example


Text Example

White with #552A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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