Html Css Color HEX #734215 Raw Umber

📋 copy color: '#734215'

red 115 ◦ green 66 ◦ blue 21

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

Shades of Raw Umber #734215

Tints of Raw Umber #734215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 56.93%
G = 32.67%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#734215 (or 0x734215) is known color: Raw Umber. HEX triplet: 73, 42 and 15. RGB value is (115,66,21). Sum of RGB (Red+Green+Blue) = 115+66+21=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #734215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734215 is #8CBDEA. Grayscale: #4B4B4B. Windows color (decimal): -9223659 or 1393267. OLE color: 1393267.

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

Color convert

RGB 115 66 21 -
CMYK 0 0.43 0.82 0.55
HSL 28.72º 0.69% 0.27% -
HSV(B) 28.72º 0.82% 0.45% -
XYZ 9.15 7.6 1.69 -
YUV 75.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 115 66 21 0 0.43 0.82 0.55 28.72 0.69 0.27
Hex 73 42 15 0 2B 52 37 1D 45 1B
Octal 163 102 25 0 53 122 67 35 105 33
Binary 1110011 1000010 10101 0 101011 1010010 110111 11101 1000101 11011

Color Harmonies of #734215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734215

Black with #734215

Text Example


Text Example

White with #734215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734215; }

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

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

background-color css

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

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

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

border-color css

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

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

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