Html Css Color HEX #714100 Raw Umber

📋 copy color: '#714100'

red 113 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #714100

Tints of Raw Umber #714100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.48%
G = 36.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714100 (or 0x714100) is known color: Raw Umber. HEX triplet: 71, 41 and 00. RGB value is (113,65,0). Sum of RGB (Red+Green+Blue) = 113+65+0=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #714100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714100 is #8EBEFF. Grayscale: #484848. Windows color (decimal): -9355008 or 16753. OLE color: 16753.

HSL color Cylindrical-coordinate representation of color #714100: hue angle of 34.51º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #714100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 0 -
CMYK 0 0.42 1 0.56
HSL 34.51º 1% 0.22% -
HSV(B) 34.51º 1% 0.44% -
XYZ 8.7 7.29 0.95 -
YUV 71.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 113 65 0 0 0.42 1 0.56 34.51 1 0.22
Hex 71 41 0 0 2A 64 38 23 64 16
Octal 161 101 0 0 52 144 70 43 144 26
Binary 1110001 1000001 0 0 101010 1100100 111000 100011 1100100 10110

Color Harmonies of #714100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714100

Black with #714100

Text Example


Text Example

White with #714100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714100; }

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

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

background-color css

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

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

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

border-color css

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

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

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