Html Css Color HEX #714301 Raw Umber

📋 copy color: '#714301'

red 113 ◦ green 67 ◦ blue 1

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

Shades of Raw Umber #714301

Tints of Raw Umber #714301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 62.43%
G = 37.02%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#714301 (or 0x714301) is known color: Raw Umber. HEX triplet: 71, 43 and 01. RGB value is (113,67,1). Sum of RGB (Red+Green+Blue) = 113+67+1=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #714301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714301 is #8EBCFE. Grayscale: #494949. Windows color (decimal): -9354495 or 82801. OLE color: 82801.

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

Color convert

RGB 113 67 1 -
CMYK 0 0.41 0.99 0.56
HSL 35.36º 0.98% 0.22% -
HSV(B) 35.36º 0.99% 0.44% -
XYZ 8.82 7.53 1.02 -
YUV 73.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 113 67 1 0 0.41 0.99 0.56 35.36 0.98 0.22
Hex 71 43 1 0 29 63 38 23 62 16
Octal 161 103 1 0 51 143 70 43 142 26
Binary 1110001 1000011 1 0 101001 1100011 111000 100011 1100010 10110

Color Harmonies of #714301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714301

Black with #714301

Text Example


Text Example

White with #714301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714301; }

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

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

background-color css

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

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

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

border-color css

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

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

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