Html Css Color HEX #714102 Raw Umber

📋 copy color: '#714102'

red 113 ◦ green 65 ◦ blue 2

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

Shades of Raw Umber #714102

Tints of Raw Umber #714102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.11%

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

R = 62.78%
G = 36.11%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#714102 (or 0x714102) is known color: Raw Umber. HEX triplet: 71, 41 and 02. RGB value is (113,65,2). Sum of RGB (Red+Green+Blue) = 113+65+2=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #714102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714102 is #8EBEFD. Grayscale: #484848. Windows color (decimal): -9355006 or 147825. OLE color: 147825.

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

Color convert

RGB 113 65 2 -
CMYK 0 0.42 0.98 0.56
HSL 34.05º 0.97% 0.23% -
HSV(B) 34.05º 0.98% 0.44% -
XYZ 8.71 7.3 1.01 -
YUV 72.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 113 65 2 0 0.42 0.98 0.56 34.05 0.97 0.23
Hex 71 41 2 0 2A 62 38 22 61 17
Octal 161 101 2 0 52 142 70 42 141 27
Binary 1110001 1000001 10 0 101010 1100010 111000 100010 1100001 10111

Color Harmonies of #714102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714102

Black with #714102

Text Example


Text Example

White with #714102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714102; }

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

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

background-color css

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

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

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

border-color css

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

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

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