Html Css Color HEX #714404 Raw Umber

📋 copy color: '#714404'

red 113 ◦ green 68 ◦ blue 4

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

Shades of Raw Umber #714404

Tints of Raw Umber #714404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 61.08%
G = 36.76%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714404 (or 0x714404) is known color: Raw Umber. HEX triplet: 71, 44 and 04. RGB value is (113,68,4). Sum of RGB (Red+Green+Blue) = 113+68+4=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #714404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714404 is #8EBBFB. Grayscale: #4A4A4A. Windows color (decimal): -9354236 or 279665. OLE color: 279665.

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

Color convert

RGB 113 68 4 -
CMYK 0 0.40 0.96 0.56
HSL 35.23º 0.93% 0.23% -
HSV(B) 35.23º 0.96% 0.44% -
XYZ 8.9 7.65 1.12 -
YUV 74.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 113 68 4 0 0.40 0.96 0.56 35.23 0.93 0.23
Hex 71 44 4 0 28 60 38 23 5D 17
Octal 161 104 4 0 50 140 70 43 135 27
Binary 1110001 1000100 100 0 101000 1100000 111000 100011 1011101 10111

Color Harmonies of #714404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714404

Black with #714404

Text Example


Text Example

White with #714404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714404; }

 p { color: rgb(113,68,4); }

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

background-color css

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

 a { background-color: rgb(113,68,4); }

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

border-color css

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

 span { border-color: rgb(113,68,4); }

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