Html Css Color HEX #714702 Raw Umber

📋 copy color: '#714702'

red 113 ◦ green 71 ◦ blue 2

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

Shades of Raw Umber #714702

Tints of Raw Umber #714702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 60.75%
G = 38.17%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714702 (or 0x714702) is known color: Raw Umber. HEX triplet: 71, 47 and 02. RGB value is (113,71,2). Sum of RGB (Red+Green+Blue) = 113+71+2=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #714702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714702 is #8EB8FD. Grayscale: #4C4C4C. Windows color (decimal): -9353470 or 149361. OLE color: 149361.

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

Color convert

RGB 113 71 2 -
CMYK 0 0.37 0.98 0.56
HSL 37.3º 0.97% 0.23% -
HSV(B) 37.3º 0.98% 0.44% -
XYZ 9.07 8.02 1.13 -
YUV 75.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 113 71 2 0 0.37 0.98 0.56 37.3 0.97 0.23
Hex 71 47 2 0 25 62 38 25 61 17
Octal 161 107 2 0 45 142 70 45 141 27
Binary 1110001 1000111 10 0 100101 1100010 111000 100101 1100001 10111

Color Harmonies of #714702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714702

Black with #714702

Text Example


Text Example

White with #714702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714702; }

 p { color: rgb(113,71,2); }

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

background-color css

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

 a { background-color: rgb(113,71,2); }

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

border-color css

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

 span { border-color: rgb(113,71,2); }

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