Html Css Color HEX #714510 Raw Umber

📋 copy color: '#714510'

red 113 ◦ green 69 ◦ blue 16

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

Shades of Raw Umber #714510

Tints of Raw Umber #714510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 57.07%
G = 34.85%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#714510 (or 0x714510) is known color: Raw Umber. HEX triplet: 71, 45 and 10. RGB value is (113,69,16). Sum of RGB (Red+Green+Blue) = 113+69+16=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714510 is #8EBAEF. Grayscale: #4C4C4C. Windows color (decimal): -9353968 or 1066353. OLE color: 1066353.

HSL color Cylindrical-coordinate representation of color #714510: hue angle of 32.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #714510 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 16 -
CMYK 0 0.39 0.86 0.56
HSL 32.78º 0.75% 0.25% -
HSV(B) 32.78º 0.86% 0.44% -
XYZ 9.03 7.8 1.52 -
YUV 76.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 113 69 16 0 0.39 0.86 0.56 32.78 0.75 0.25
Hex 71 45 10 0 27 56 38 21 4B 19
Octal 161 105 20 0 47 126 70 41 113 31
Binary 1110001 1000101 10000 0 100111 1010110 111000 100001 1001011 11001

Color Harmonies of #714510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714510

Black with #714510

Text Example


Text Example

White with #714510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714510; }

 p { color: rgb(113,69,16); }

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

background-color css

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

 a { background-color: rgb(113,69,16); }

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

border-color css

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

 span { border-color: rgb(113,69,16); }

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