Html Css Color HEX #735001 Raw Umber

📋 copy color: '#735001'

red 115 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #735001

Tints of Raw Umber #735001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 58.67%
G = 40.82%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#735001 (or 0x735001) is known color: Raw Umber. HEX triplet: 73, 50 and 01. RGB value is (115,80,1). Sum of RGB (Red+Green+Blue) = 115+80+1=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #735001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735001 is #8CAFFE. Grayscale: #515151. Windows color (decimal): -9220095 or 86131. OLE color: 86131.

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

Color convert

RGB 115 80 1 -
CMYK 0 0.30 0.99 0.55
HSL 41.58º 0.98% 0.23% -
HSV(B) 41.58º 0.99% 0.45% -
XYZ 9.94 9.38 1.32 -
YUV 81.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 115 80 1 0 0.30 0.99 0.55 41.58 0.98 0.23
Hex 73 50 1 0 1E 63 37 2A 62 17
Octal 163 120 1 0 36 143 67 52 142 27
Binary 1110011 1010000 1 0 11110 1100011 110111 101010 1100010 10111

Color Harmonies of #735001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735001

Black with #735001

Text Example


Text Example

White with #735001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735001; }

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

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

background-color css

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

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

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

border-color css

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

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

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