Html Css Color HEX #714302 Raw Umber

📋 copy color: '#714302'

red 113 ◦ green 67 ◦ blue 2

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

Shades of Raw Umber #714302

Tints of Raw Umber #714302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 62.09%
G = 36.81%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714302 (or 0x714302) is known color: Raw Umber. HEX triplet: 71, 43 and 02. RGB value is (113,67,2). Sum of RGB (Red+Green+Blue) = 113+67+2=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #714302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714302 is #8EBCFD. Grayscale: #494949. Windows color (decimal): -9354494 or 148337. OLE color: 148337.

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

Color convert

RGB 113 67 2 -
CMYK 0 0.41 0.98 0.56
HSL 35.14º 0.97% 0.23% -
HSV(B) 35.14º 0.98% 0.44% -
XYZ 8.83 7.53 1.05 -
YUV 73.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 113 67 2 0 0.41 0.98 0.56 35.14 0.97 0.23
Hex 71 43 2 0 29 62 38 23 61 17
Octal 161 103 2 0 51 142 70 43 141 27
Binary 1110001 1000011 10 0 101001 1100010 111000 100011 1100001 10111

Color Harmonies of #714302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714302

Black with #714302

Text Example


Text Example

White with #714302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714302; }

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

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

background-color css

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

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

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

border-color css

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

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

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