Html Css Color HEX #714A0D Raw Umber

📋 copy color: '#714A0D'

red 113 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #714A0D

Tints of Raw Umber #714A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 56.5%
G = 37%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#714A0D (or 0x714A0D) is known color: Raw Umber. HEX triplet: 71, 4A and 0D. RGB value is (113,74,13). Sum of RGB (Red+Green+Blue) = 113+74+13=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #714A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714A0D is #8EB5F2. Grayscale: #4E4E4E. Windows color (decimal): -9352691 or 871025. OLE color: 871025.

HSL color Cylindrical-coordinate representation of color #714A0D: hue angle of 36.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #714A0D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 74 13 -
CMYK 0 0.35 0.88 0.56
HSL 36.6º 0.79% 0.25% -
HSV(B) 36.6º 0.88% 0.44% -
XYZ 9.33 8.44 1.52 -
YUV 78.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 113 74 13 0 0.35 0.88 0.56 36.6 0.79 0.25
Hex 71 4A D 0 23 58 38 25 4F 19
Octal 161 112 15 0 43 130 70 45 117 31
Binary 1110001 1001010 1101 0 100011 1011000 111000 100101 1001111 11001

Color Harmonies of #714A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A0D

Black with #714A0D

Text Example


Text Example

White with #714A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714A0D; }

 p { color: rgb(113,74,13); }

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

background-color css

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

 a { background-color: rgb(113,74,13); }

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

border-color css

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

 span { border-color: rgb(113,74,13); }

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