Html Css Color HEX #714002 Raw Umber

📋 copy color: '#714002'

red 113 ◦ green 64 ◦ blue 2

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

Shades of Raw Umber #714002

Tints of Raw Umber #714002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

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

R = 63.13%
G = 35.75%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714002 (or 0x714002) is known color: Raw Umber. HEX triplet: 71, 40 and 02. RGB value is (113,64,2). Sum of RGB (Red+Green+Blue) = 113+64+2=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #714002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714002 is #8EBFFD. Grayscale: #474747. Windows color (decimal): -9355262 or 147569. OLE color: 147569.

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

Color convert

RGB 113 64 2 -
CMYK 0 0.43 0.98 0.56
HSL 33.51º 0.97% 0.23% -
HSV(B) 33.51º 0.98% 0.44% -
XYZ 8.65 7.18 0.99 -
YUV 71.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 113 64 2 0 0.43 0.98 0.56 33.51 0.97 0.23
Hex 71 40 2 0 2B 62 38 22 61 17
Octal 161 100 2 0 53 142 70 42 141 27
Binary 1110001 1000000 10 0 101011 1100010 111000 100010 1100001 10111

Color Harmonies of #714002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714002

Black with #714002

Text Example


Text Example

White with #714002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714002; }

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

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

background-color css

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

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

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

border-color css

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

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

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