Html Css Color HEX #736000 Raw Umber

📋 copy color: '#736000'

red 115 ◦ green 96 ◦ blue 0

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

Shades of Raw Umber #736000

Tints of Raw Umber #736000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

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

R = 54.5%
G = 45.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#736000 (or 0x736000) is known color: Raw Umber. HEX triplet: 73, 60 and 00. RGB value is (115,96,0). Sum of RGB (Red+Green+Blue) = 115+96+0=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #736000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736000 is #8C9FFF. Grayscale: #5B5B5B. Windows color (decimal): -9216000 or 24691. OLE color: 24691.

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

Color convert

RGB 115 96 0 -
CMYK 0 0.17 1 0.55
HSL 50.09º 1% 0.23% -
HSV(B) 50.09º 1% 0.45% -
XYZ 11.25 12.01 1.73 -
YUV 90.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 115 96 0 0 0.17 1 0.55 50.09 1 0.23
Hex 73 60 0 0 11 64 37 32 64 17
Octal 163 140 0 0 21 144 67 62 144 27
Binary 1110011 1100000 0 0 10001 1100100 110111 110010 1100100 10111

Color Harmonies of #736000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736000

Black with #736000

Text Example


Text Example

White with #736000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736000; }

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

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

background-color css

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

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

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

border-color css

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

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

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