Html Css Color HEX #714003 Raw Umber

📋 copy color: '#714003'

red 113 ◦ green 64 ◦ blue 3

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

Shades of Raw Umber #714003

Tints of Raw Umber #714003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.67%

R = 62.78%
G = 35.56%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#714003 (or 0x714003) is known color: Raw Umber. HEX triplet: 71, 40 and 03. RGB value is (113,64,3). Sum of RGB (Red+Green+Blue) = 113+64+3=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #714003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714003 is #8EBFFC. Grayscale: #474747. Windows color (decimal): -9355261 or 213105. OLE color: 213105.

HSL color Cylindrical-coordinate representation of color #714003: hue angle of 33.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #714003 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 3 -
CMYK 0 0.43 0.97 0.56
HSL 33.27º 0.95% 0.23% -
HSV(B) 33.27º 0.97% 0.44% -
XYZ 8.66 7.18 1.02 -
YUV 71.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 113 64 3 0 0.43 0.97 0.56 33.27 0.95 0.23
Hex 71 40 3 0 2B 61 38 21 5F 17
Octal 161 100 3 0 53 141 70 41 137 27
Binary 1110001 1000000 11 0 101011 1100001 111000 100001 1011111 10111

Color Harmonies of #714003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714003

Black with #714003

Text Example


Text Example

White with #714003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714003; }

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

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

background-color css

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

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

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

border-color css

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

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

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