Html Css Color HEX #735007 Raw Umber

📋 copy color: '#735007'

red 115 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #735007

Tints of Raw Umber #735007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 56.93%
G = 39.6%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#735007 (or 0x735007) is known color: Raw Umber. HEX triplet: 73, 50 and 07. RGB value is (115,80,7). Sum of RGB (Red+Green+Blue) = 115+80+7=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #735007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735007 is #8CAFF8. Grayscale: #525252. Windows color (decimal): -9220089 or 479347. OLE color: 479347.

HSL color Cylindrical-coordinate representation of color #735007: hue angle of 40.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #735007 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 7 -
CMYK 0 0.30 0.94 0.55
HSL 40.56º 0.89% 0.24% -
HSV(B) 40.56º 0.94% 0.45% -
XYZ 9.98 9.4 1.49 -
YUV 82.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 115 80 7 0 0.30 0.94 0.55 40.56 0.89 0.24
Hex 73 50 7 0 1E 5E 37 29 59 18
Octal 163 120 7 0 36 136 67 51 131 30
Binary 1110011 1010000 111 0 11110 1011110 110111 101001 1011001 11000

Color Harmonies of #735007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735007

Black with #735007

Text Example


Text Example

White with #735007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735007; }

 p { color: rgb(115,80,7); }

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

background-color css

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

 a { background-color: rgb(115,80,7); }

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

border-color css

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

 span { border-color: rgb(115,80,7); }

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