Html Css Color HEX #735814 Raw Umber

📋 copy color: '#735814'

red 115 ◦ green 88 ◦ blue 20

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

Shades of Raw Umber #735814

Tints of Raw Umber #735814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 51.57%
G = 39.46%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735814 (or 0x735814) is known color: Raw Umber. HEX triplet: 73, 58 and 14. RGB value is (115,88,20). Sum of RGB (Red+Green+Blue) = 115+88+20=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #735814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735814 is #8CA7EB. Grayscale: #585858. Windows color (decimal): -9218028 or 1333363. OLE color: 1333363.

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

Color convert

RGB 115 88 20 -
CMYK 0 0.23 0.83 0.55
HSL 42.95º 0.7% 0.26% -
HSV(B) 42.95º 0.83% 0.45% -
XYZ 10.69 10.67 2.16 -
YUV 88.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 115 88 20 0 0.23 0.83 0.55 42.95 0.7 0.26
Hex 73 58 14 0 17 53 37 2B 46 1A
Octal 163 130 24 0 27 123 67 53 106 32
Binary 1110011 1011000 10100 0 10111 1010011 110111 101011 1000110 11010

Color Harmonies of #735814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735814

Black with #735814

Text Example


Text Example

White with #735814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735814; }

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

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

background-color css

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

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

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

border-color css

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

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

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