Html Css Color HEX #735801 Raw Umber

📋 copy color: '#735801'

red 115 ◦ green 88 ◦ blue 1

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

Shades of Raw Umber #735801

Tints of Raw Umber #735801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

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

R = 56.37%
G = 43.14%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#735801 (or 0x735801) is known color: Raw Umber. HEX triplet: 73, 58 and 01. RGB value is (115,88,1). Sum of RGB (Red+Green+Blue) = 115+88+1=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #735801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735801 is #8CA7FE. Grayscale: #565656. Windows color (decimal): -9218047 or 88179. OLE color: 88179.

HSL color Cylindrical-coordinate representation of color #735801: hue angle of 45.79º 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 #735801 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 88 1 -
CMYK 0 0.23 0.99 0.55
HSL 45.79º 0.98% 0.23% -
HSV(B) 45.79º 0.99% 0.45% -
XYZ 10.57 10.63 1.52 -
YUV 86.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 115 88 1 0 0.23 0.99 0.55 45.79 0.98 0.23
Hex 73 58 1 0 17 63 37 2E 62 17
Octal 163 130 1 0 27 143 67 56 142 27
Binary 1110011 1011000 1 0 10111 1100011 110111 101110 1100010 10111

Color Harmonies of #735801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735801

Black with #735801

Text Example


Text Example

White with #735801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735801; }

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

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

background-color css

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

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

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

border-color css

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

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

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