Html Css Color HEX #714802 Raw Umber

📋 copy color: '#714802'

red 113 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #714802

Tints of Raw Umber #714802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 60.43%
G = 38.5%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714802 (or 0x714802) is known color: Raw Umber. HEX triplet: 71, 48 and 02. RGB value is (113,72,2). Sum of RGB (Red+Green+Blue) = 113+72+2=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714802 is #8EB7FD. Grayscale: #4C4C4C. Windows color (decimal): -9353214 or 149617. OLE color: 149617.

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

Color convert

RGB 113 72 2 -
CMYK 0 0.36 0.98 0.56
HSL 37.84º 0.97% 0.23% -
HSV(B) 37.84º 0.98% 0.44% -
XYZ 9.14 8.15 1.15 -
YUV 76.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 113 72 2 0 0.36 0.98 0.56 37.84 0.97 0.23
Hex 71 48 2 0 24 62 38 26 61 17
Octal 161 110 2 0 44 142 70 46 141 27
Binary 1110001 1001000 10 0 100100 1100010 111000 100110 1100001 10111

Color Harmonies of #714802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714802

Black with #714802

Text Example


Text Example

White with #714802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714802; }

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

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

background-color css

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

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

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

border-color css

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

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

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