Html Css Color HEX #733000 Baker's Chocolate

📋 copy color: '#733000'

red 115 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #733000

Tints of Baker's Chocolate #733000

RGB

 RED value IS 115 (45.31% from 255) = 70.55%

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

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

R = 70.55%
G = 29.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#733000 (or 0x733000) is known color: Baker's Chocolate. HEX triplet: 73, 30 and 00. RGB value is (115,48,0). Sum of RGB (Red+Green+Blue) = 115+48+0=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #733000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733000 is #8CCFFF. Grayscale: #3E3E3E. Windows color (decimal): -9228288 or 12403. OLE color: 12403.

HSL color Cylindrical-coordinate representation of color #733000: hue angle of 25.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #733000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 0 -
CMYK 0 0.58 1 0.55
HSL 25.04º 1% 0.23% -
HSV(B) 25.04º 1% 0.45% -
XYZ 8.13 5.76 0.68 -
YUV 62.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 115 48 0 0 0.58 1 0.55 25.04 1 0.23
Hex 73 30 0 0 3A 64 37 19 64 17
Octal 163 60 0 0 72 144 67 31 144 27
Binary 1110011 110000 0 0 111010 1100100 110111 11001 1100100 10111

Color Harmonies of #733000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733000

Black with #733000

Text Example


Text Example

White with #733000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733000; }

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

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

background-color css

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

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

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

border-color css

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

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

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