Html Css Color HEX #735002 Raw Umber

📋 copy color: '#735002'

red 115 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #735002

Tints of Raw Umber #735002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 58.38%
G = 40.61%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#735002 (or 0x735002) is known color: Raw Umber. HEX triplet: 73, 50 and 02. RGB value is (115,80,2). Sum of RGB (Red+Green+Blue) = 115+80+2=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #735002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735002 is #8CAFFD. Grayscale: #515151. Windows color (decimal): -9220094 or 151667. OLE color: 151667.

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

Color convert

RGB 115 80 2 -
CMYK 0 0.30 0.98 0.55
HSL 41.42º 0.97% 0.23% -
HSV(B) 41.42º 0.98% 0.45% -
XYZ 9.95 9.39 1.34 -
YUV 81.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 115 80 2 0 0.30 0.98 0.55 41.42 0.97 0.23
Hex 73 50 2 0 1E 62 37 29 61 17
Octal 163 120 2 0 36 142 67 51 141 27
Binary 1110011 1010000 10 0 11110 1100010 110111 101001 1100001 10111

Color Harmonies of #735002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735002

Black with #735002

Text Example


Text Example

White with #735002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735002; }

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

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

background-color css

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

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

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

border-color css

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

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

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