Html Css Color HEX #735A00 Raw Umber

📋 copy color: '#735A00'

red 115 ◦ green 90 ◦ blue 0

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

Shades of Raw Umber #735A00

Tints of Raw Umber #735A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 56.1%
G = 43.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#735A00 (or 0x735A00) is known color: Raw Umber. HEX triplet: 73, 5A and 00. RGB value is (115,90,0). Sum of RGB (Red+Green+Blue) = 115+90+0=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #735A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A00 is #8CA5FF. Grayscale: #575757. Windows color (decimal): -9217536 or 23155. OLE color: 23155.

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

Color convert

RGB 115 90 0 -
CMYK 0 0.22 1 0.55
HSL 46.96º 1% 0.23% -
HSV(B) 46.96º 1% 0.45% -
XYZ 10.73 10.96 1.55 -
YUV 87.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 115 90 0 0 0.22 1 0.55 46.96 1 0.23
Hex 73 5A 0 0 16 64 37 2F 64 17
Octal 163 132 0 0 26 144 67 57 144 27
Binary 1110011 1011010 0 0 10110 1100100 110111 101111 1100100 10111

Color Harmonies of #735A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A00

Black with #735A00

Text Example


Text Example

White with #735A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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