Html Css Color HEX #553200 Baker's Chocolate

📋 copy color: '#553200'

red 85 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #553200

Tints of Baker's Chocolate #553200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

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

R = 62.96%
G = 37.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#553200 (or 0x553200) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 00. RGB value is (85,50,0). Sum of RGB (Red+Green+Blue) = 85+50+0=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #553200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553200 is #AACDFF. Grayscale: #373737. Windows color (decimal): -11193856 or 12885. OLE color: 12885.

HSL color Cylindrical-coordinate representation of color #553200: hue angle of 35.29º 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 #553200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 0 -
CMYK 0 0.41 1 0.67
HSL 35.29º 1% 0.17% -
HSV(B) 35.29º 1% 0.33% -
XYZ 4.89 4.21 0.56 -
YUV 54.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 85 50 0 0 0.41 1 0.67 35.29 1 0.17
Hex 55 32 0 0 29 64 43 23 64 11
Octal 125 62 0 0 51 144 103 43 144 21
Binary 1010101 110010 0 0 101001 1100100 1000011 100011 1100100 10001

Color Harmonies of #553200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553200

Black with #553200

Text Example


Text Example

White with #553200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553200; }

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

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

background-color css

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

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

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

border-color css

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

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

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