Html Css Color HEX #714C0D Raw Umber

📋 copy color: '#714C0D'

red 113 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #714C0D

Tints of Raw Umber #714C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.62%

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

R = 55.94%
G = 37.62%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#714C0D (or 0x714C0D) is known color: Raw Umber. HEX triplet: 71, 4C and 0D. RGB value is (113,76,13). Sum of RGB (Red+Green+Blue) = 113+76+13=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #714C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C0D is #8EB3F2. Grayscale: #505050. Windows color (decimal): -9352179 or 871537. OLE color: 871537.

HSL color Cylindrical-coordinate representation of color #714C0D: hue angle of 37.8º 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 #714C0D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 13 -
CMYK 0 0.33 0.88 0.56
HSL 37.8º 0.79% 0.25% -
HSV(B) 37.8º 0.88% 0.44% -
XYZ 9.47 8.71 1.56 -
YUV 79.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 113 76 13 0 0.33 0.88 0.56 37.8 0.79 0.25
Hex 71 4C D 0 21 58 38 26 4F 19
Octal 161 114 15 0 41 130 70 46 117 31
Binary 1110001 1001100 1101 0 100001 1011000 111000 100110 1001111 11001

Color Harmonies of #714C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C0D

Black with #714C0D

Text Example


Text Example

White with #714C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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