Html Css Color HEX #735214 Raw Umber

📋 copy color: '#735214'

red 115 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #735214

Tints of Raw Umber #735214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

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

R = 53%
G = 37.79%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735214 (or 0x735214) is known color: Raw Umber. HEX triplet: 73, 52 and 14. RGB value is (115,82,20). Sum of RGB (Red+Green+Blue) = 115+82+20=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735214 is #8CADEB. Grayscale: #555555. Windows color (decimal): -9219564 or 1331827. OLE color: 1331827.

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

Color convert

RGB 115 82 20 -
CMYK 0 0.29 0.83 0.55
HSL 39.16º 0.7% 0.26% -
HSV(B) 39.16º 0.83% 0.45% -
XYZ 10.21 9.73 2 -
YUV 84.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 115 82 20 0 0.29 0.83 0.55 39.16 0.7 0.26
Hex 73 52 14 0 1D 53 37 27 46 1A
Octal 163 122 24 0 35 123 67 47 106 32
Binary 1110011 1010010 10100 0 11101 1010011 110111 100111 1000110 11010

Color Harmonies of #735214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735214

Black with #735214

Text Example


Text Example

White with #735214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735214; }

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

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

background-color css

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

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

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

border-color css

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

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

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