Html Css Color HEX #714602 Raw Umber

📋 copy color: '#714602'

red 113 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #714602

Tints of Raw Umber #714602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 61.08%
G = 37.84%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714602 (or 0x714602) is known color: Raw Umber. HEX triplet: 71, 46 and 02. RGB value is (113,70,2). Sum of RGB (Red+Green+Blue) = 113+70+2=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #714602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714602 is #8EB9FD. Grayscale: #4B4B4B. Windows color (decimal): -9353726 or 149105. OLE color: 149105.

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

Color convert

RGB 113 70 2 -
CMYK 0 0.38 0.98 0.56
HSL 36.76º 0.97% 0.23% -
HSV(B) 36.76º 0.98% 0.44% -
XYZ 9.01 7.9 1.11 -
YUV 75.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 113 70 2 0 0.38 0.98 0.56 36.76 0.97 0.23
Hex 71 46 2 0 26 62 38 25 61 17
Octal 161 106 2 0 46 142 70 45 141 27
Binary 1110001 1000110 10 0 100110 1100010 111000 100101 1100001 10111

Color Harmonies of #714602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714602

Black with #714602

Text Example


Text Example

White with #714602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714602; }

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

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

background-color css

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

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

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

border-color css

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

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

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