Html Css Color HEX #714505 Raw Umber

📋 copy color: '#714505'

red 113 ◦ green 69 ◦ blue 5

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

Shades of Raw Umber #714505

Tints of Raw Umber #714505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 60.43%
G = 36.9%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714505 (or 0x714505) is known color: Raw Umber. HEX triplet: 71, 45 and 05. RGB value is (113,69,5). Sum of RGB (Red+Green+Blue) = 113+69+5=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714505 is #8EBAFA. Grayscale: #4B4B4B. Windows color (decimal): -9353979 or 345457. OLE color: 345457.

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

Color convert

RGB 113 69 5 -
CMYK 0 0.39 0.96 0.56
HSL 35.56º 0.92% 0.23% -
HSV(B) 35.56º 0.96% 0.44% -
XYZ 8.97 7.78 1.17 -
YUV 74.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 113 69 5 0 0.39 0.96 0.56 35.56 0.92 0.23
Hex 71 45 5 0 27 60 38 24 5C 17
Octal 161 105 5 0 47 140 70 44 134 27
Binary 1110001 1000101 101 0 100111 1100000 111000 100100 1011100 10111

Color Harmonies of #714505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714505

Black with #714505

Text Example


Text Example

White with #714505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714505; }

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

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

background-color css

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

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

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

border-color css

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

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

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