Html Css Color HEX #714101 Raw Umber

📋 copy color: '#714101'

red 113 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #714101

Tints of Raw Umber #714101

RGB

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

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

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

R = 63.13%
G = 36.31%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#714101 (or 0x714101) is known color: Raw Umber. HEX triplet: 71, 41 and 01. RGB value is (113,65,1). Sum of RGB (Red+Green+Blue) = 113+65+1=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #714101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714101 is #8EBEFE. Grayscale: #484848. Windows color (decimal): -9355007 or 82289. OLE color: 82289.

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

Color convert

RGB 113 65 1 -
CMYK 0 0.42 0.99 0.56
HSL 34.29º 0.98% 0.22% -
HSV(B) 34.29º 0.99% 0.44% -
XYZ 8.71 7.29 0.98 -
YUV 72.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 113 65 1 0 0.42 0.99 0.56 34.29 0.98 0.22
Hex 71 41 1 0 2A 63 38 22 62 16
Octal 161 101 1 0 52 143 70 42 142 26
Binary 1110001 1000001 1 0 101010 1100011 111000 100010 1100010 10110

Color Harmonies of #714101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714101

Black with #714101

Text Example


Text Example

White with #714101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714101; }

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

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

background-color css

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

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

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

border-color css

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

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

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