Html Css Color HEX #714400 Raw Umber

📋 copy color: '#714400'

red 113 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #714400

Tints of Raw Umber #714400

RGB

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

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

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

R = 62.43%
G = 37.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714400 (or 0x714400) is known color: Raw Umber. HEX triplet: 71, 44 and 00. RGB value is (113,68,0). Sum of RGB (Red+Green+Blue) = 113+68+0=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #714400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714400 is #8EBBFF. Grayscale: #4A4A4A. Windows color (decimal): -9354240 or 17521. OLE color: 17521.

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

Color convert

RGB 113 68 0 -
CMYK 0 0.40 1 0.56
HSL 36.11º 1% 0.22% -
HSV(B) 36.11º 1% 0.44% -
XYZ 8.88 7.64 1.01 -
YUV 73.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 113 68 0 0 0.40 1 0.56 36.11 1 0.22
Hex 71 44 0 0 28 64 38 24 64 16
Octal 161 104 0 0 50 144 70 44 144 26
Binary 1110001 1000100 0 0 101000 1100100 111000 100100 1100100 10110

Color Harmonies of #714400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714400

Black with #714400

Text Example


Text Example

White with #714400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714400; }

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

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

background-color css

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

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

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

border-color css

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

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

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