Html Css Color HEX #714C15 Raw Umber

📋 copy color: '#714C15'

red 113 ◦ green 76 ◦ blue 21

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

Shades of Raw Umber #714C15

Tints of Raw Umber #714C15

RGB

 RED value IS 113 (44.53% from 255) = 53.81%

 GREEN value IS 76 (30.08% from 255) = 36.19%

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

R = 53.81%
G = 36.19%
B = 10%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714C15 (or 0x714C15) is known color: Raw Umber. HEX triplet: 71, 4C and 15. RGB value is (113,76,21). Sum of RGB (Red+Green+Blue) = 113+76+21=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #714C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C15 is #8EB3EA. Grayscale: #515151. Windows color (decimal): -9352171 or 1395825. OLE color: 1395825.

HSL color Cylindrical-coordinate representation of color #714C15: hue angle of 35.87º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714C15 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 21 -
CMYK 0 0.33 0.81 0.56
HSL 35.87º 0.69% 0.26% -
HSV(B) 35.87º 0.81% 0.44% -
XYZ 9.53 8.73 1.89 -
YUV 80.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 113 76 21 0 0.33 0.81 0.56 35.87 0.69 0.26
Hex 71 4C 15 0 21 51 38 24 45 1A
Octal 161 114 25 0 41 121 70 44 105 32
Binary 1110001 1001100 10101 0 100001 1010001 111000 100100 1000101 11010

Color Harmonies of #714C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C15

Black with #714C15

Text Example


Text Example

White with #714C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714C15; }

 p { color: rgb(113,76,21); }

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

background-color css

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

 a { background-color: rgb(113,76,21); }

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

border-color css

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

 span { border-color: rgb(113,76,21); }

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