Html Css Color HEX #714305 Raw Umber

📋 copy color: '#714305'

red 113 ◦ green 67 ◦ blue 5

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

Shades of Raw Umber #714305

Tints of Raw Umber #714305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 61.08%
G = 36.22%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714305 (or 0x714305) is known color: Raw Umber. HEX triplet: 71, 43 and 05. RGB value is (113,67,5). Sum of RGB (Red+Green+Blue) = 113+67+5=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #714305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714305 is #8EBCFA. Grayscale: #494949. Windows color (decimal): -9354491 or 344945. OLE color: 344945.

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

Color convert

RGB 113 67 5 -
CMYK 0 0.41 0.96 0.56
HSL 34.44º 0.92% 0.23% -
HSV(B) 34.44º 0.96% 0.44% -
XYZ 8.84 7.54 1.13 -
YUV 73.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 113 67 5 0 0.41 0.96 0.56 34.44 0.92 0.23
Hex 71 43 5 0 29 60 38 22 5C 17
Octal 161 103 5 0 51 140 70 42 134 27
Binary 1110001 1000011 101 0 101001 1100000 111000 100010 1011100 10111

Color Harmonies of #714305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714305

Black with #714305

Text Example


Text Example

White with #714305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714305; }

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

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

background-color css

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

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

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

border-color css

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

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

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