Html Css Color HEX #714F05 Raw Umber

📋 copy color: '#714F05'

red 113 ◦ green 79 ◦ blue 5

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

Shades of Raw Umber #714F05

Tints of Raw Umber #714F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

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

R = 57.36%
G = 40.1%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714F05 (or 0x714F05) is known color: Raw Umber. HEX triplet: 71, 4F and 05. RGB value is (113,79,5). Sum of RGB (Red+Green+Blue) = 113+79+5=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #714F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F05 is #8EB0FA. Grayscale: #515151. Windows color (decimal): -9351419 or 348017. OLE color: 348017.

HSL color Cylindrical-coordinate representation of color #714F05: hue angle of 41.11º 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 #714F05 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 79 5 -
CMYK 0 0.30 0.96 0.56
HSL 41.11º 0.92% 0.23% -
HSV(B) 41.11º 0.96% 0.44% -
XYZ 9.63 9.11 1.39 -
YUV 80.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 113 79 5 0 0.30 0.96 0.56 41.11 0.92 0.23
Hex 71 4F 5 0 1E 60 38 29 5C 17
Octal 161 117 5 0 36 140 70 51 134 27
Binary 1110001 1001111 101 0 11110 1100000 111000 101001 1011100 10111

Color Harmonies of #714F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F05

Black with #714F05

Text Example


Text Example

White with #714F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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