Html Css Color HEX #553000 Baker's Chocolate

📋 copy color: '#553000'

red 85 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #553000

Tints of Baker's Chocolate #553000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

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

R = 63.91%
G = 36.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#553000 (or 0x553000) is known color: Baker's Chocolate. HEX triplet: 55, 30 and 00. RGB value is (85,48,0). Sum of RGB (Red+Green+Blue) = 85+48+0=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #553000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553000 is #AACFFF. Grayscale: #353535. Windows color (decimal): -11194368 or 12373. OLE color: 12373.

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

Color convert

RGB 85 48 0 -
CMYK 0 0.44 1 0.67
HSL 33.88º 1% 0.17% -
HSV(B) 33.88º 1% 0.33% -
XYZ 4.8 4.05 0.53 -
YUV 53.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 85 48 0 0 0.44 1 0.67 33.88 1 0.17
Hex 55 30 0 0 2C 64 43 22 64 11
Octal 125 60 0 0 54 144 103 42 144 21
Binary 1010101 110000 0 0 101100 1100100 1000011 100010 1100100 10001

Color Harmonies of #553000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553000

Black with #553000

Text Example


Text Example

White with #553000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553000; }

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

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

background-color css

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

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

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

border-color css

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

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

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