Html Css Color HEX #734210 Raw Umber

📋 copy color: '#734210'

red 115 ◦ green 66 ◦ blue 16

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

Shades of Raw Umber #734210

Tints of Raw Umber #734210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 58.38%
G = 33.5%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#734210 (or 0x734210) is known color: Raw Umber. HEX triplet: 73, 42 and 10. RGB value is (115,66,16). Sum of RGB (Red+Green+Blue) = 115+66+16=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #734210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734210 is #8CBDEF. Grayscale: #4B4B4B. Windows color (decimal): -9223664 or 1065587. OLE color: 1065587.

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

Color convert

RGB 115 66 16 -
CMYK 0 0.43 0.86 0.55
HSL 30.3º 0.76% 0.26% -
HSV(B) 30.3º 0.86% 0.45% -
XYZ 9.11 7.58 1.47 -
YUV 74.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 115 66 16 0 0.43 0.86 0.55 30.3 0.76 0.26
Hex 73 42 10 0 2B 56 37 1E 4C 1A
Octal 163 102 20 0 53 126 67 36 114 32
Binary 1110011 1000010 10000 0 101011 1010110 110111 11110 1001100 11010

Color Harmonies of #734210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734210

Black with #734210

Text Example


Text Example

White with #734210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734210; }

 p { color: rgb(115,66,16); }

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

background-color css

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

 a { background-color: rgb(115,66,16); }

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

border-color css

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

 span { border-color: rgb(115,66,16); }

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