Html Css Color HEX #735312 Raw Umber

📋 copy color: '#735312'

red 115 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #735312

Tints of Raw Umber #735312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.43%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 53.24%
G = 38.43%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#735312 (or 0x735312) is known color: Raw Umber. HEX triplet: 73, 53 and 12. RGB value is (115,83,18). Sum of RGB (Red+Green+Blue) = 115+83+18=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #735312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735312 is #8CACED. Grayscale: #555555. Windows color (decimal): -9219310 or 1201011. OLE color: 1201011.

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

Color convert

RGB 115 83 18 -
CMYK 0 0.28 0.84 0.55
HSL 40.21º 0.73% 0.26% -
HSV(B) 40.21º 0.84% 0.45% -
XYZ 10.27 9.88 1.94 -
YUV 85.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 115 83 18 0 0.28 0.84 0.55 40.21 0.73 0.26
Hex 73 53 12 0 1C 54 37 28 49 1A
Octal 163 123 22 0 34 124 67 50 111 32
Binary 1110011 1010011 10010 0 11100 1010100 110111 101000 1001001 11010

Color Harmonies of #735312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735312

Black with #735312

Text Example


Text Example

White with #735312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735312; }

 p { color: rgb(115,83,18); }

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

background-color css

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

 a { background-color: rgb(115,83,18); }

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

border-color css

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

 span { border-color: rgb(115,83,18); }

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