Html Css Color HEX #735B00 Raw Umber

📋 copy color: '#735B00'

red 115 ◦ green 91 ◦ blue 0

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

Shades of Raw Umber #735B00

Tints of Raw Umber #735B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.17%

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

R = 55.83%
G = 44.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#735B00 (or 0x735B00) is known color: Raw Umber. HEX triplet: 73, 5B and 00. RGB value is (115,91,0). Sum of RGB (Red+Green+Blue) = 115+91+0=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #735B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B00 is #8CA4FF. Grayscale: #585858. Windows color (decimal): -9217280 or 23411. OLE color: 23411.

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

Color convert

RGB 115 91 0 -
CMYK 0 0.21 1 0.55
HSL 47.48º 1% 0.23% -
HSV(B) 47.48º 1% 0.45% -
XYZ 10.81 11.13 1.58 -
YUV 87.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 115 91 0 0 0.21 1 0.55 47.48 1 0.23
Hex 73 5B 0 0 15 64 37 2F 64 17
Octal 163 133 0 0 25 144 67 57 144 27
Binary 1110011 1011011 0 0 10101 1100100 110111 101111 1100100 10111

Color Harmonies of #735B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735B00

Black with #735B00

Text Example


Text Example

White with #735B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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