Html Css Color HEX #714502 Raw Umber

📋 copy color: '#714502'

red 113 ◦ green 69 ◦ blue 2

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

Shades of Raw Umber #714502

Tints of Raw Umber #714502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

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

R = 61.41%
G = 37.5%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714502 (or 0x714502) is known color: Raw Umber. HEX triplet: 71, 45 and 02. RGB value is (113,69,2). Sum of RGB (Red+Green+Blue) = 113+69+2=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #714502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714502 is #8EBAFD. Grayscale: #4A4A4A. Windows color (decimal): -9353982 or 148849. OLE color: 148849.

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

Color convert

RGB 113 69 2 -
CMYK 0 0.39 0.98 0.56
HSL 36.22º 0.97% 0.23% -
HSV(B) 36.22º 0.98% 0.44% -
XYZ 8.95 7.77 1.09 -
YUV 74.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 113 69 2 0 0.39 0.98 0.56 36.22 0.97 0.23
Hex 71 45 2 0 27 62 38 24 61 17
Octal 161 105 2 0 47 142 70 44 141 27
Binary 1110001 1000101 10 0 100111 1100010 111000 100100 1100001 10111

Color Harmonies of #714502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714502

Black with #714502

Text Example


Text Example

White with #714502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714502; }

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

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

background-color css

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

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

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

border-color css

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

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

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