Html Css Color HEX #553300 Baker's Chocolate

📋 copy color: '#553300'

red 85 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #553300

Tints of Baker's Chocolate #553300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 62.5%
G = 37.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#553300 (or 0x553300) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 00. RGB value is (85,51,0). Sum of RGB (Red+Green+Blue) = 85+51+0=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #553300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553300 is #AACCFF. Grayscale: #373737. Windows color (decimal): -11193600 or 13141. OLE color: 13141.

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

Color convert

RGB 85 51 0 -
CMYK 0 0.40 1 0.67
HSL 36º 1% 0.17% -
HSV(B) 36º 1% 0.33% -
XYZ 4.93 4.3 0.57 -
YUV 55.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 85 51 0 0 0.40 1 0.67 36 1 0.17
Hex 55 33 0 0 28 64 43 24 64 11
Octal 125 63 0 0 50 144 103 44 144 21
Binary 1010101 110011 0 0 101000 1100100 1000011 100100 1100100 10001

Color Harmonies of #553300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553300

Black with #553300

Text Example


Text Example

White with #553300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553300; }

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

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

background-color css

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

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

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

border-color css

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

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

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