Html Css Color HEX #714508 Raw Umber

📋 copy color: '#714508'

red 113 ◦ green 69 ◦ blue 8

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

Shades of Raw Umber #714508

Tints of Raw Umber #714508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 8 (3.52% from 255) = 4.21%

R = 59.47%
G = 36.32%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#714508 (or 0x714508) is known color: Raw Umber. HEX triplet: 71, 45 and 08. RGB value is (113,69,8). Sum of RGB (Red+Green+Blue) = 113+69+8=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #714508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714508 is #8EBAF7. Grayscale: #4B4B4B. Windows color (decimal): -9353976 or 542065. OLE color: 542065.

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

Color convert

RGB 113 69 8 -
CMYK 0 0.39 0.93 0.56
HSL 34.86º 0.87% 0.24% -
HSV(B) 34.86º 0.93% 0.44% -
XYZ 8.98 7.78 1.26 -
YUV 75.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 113 69 8 0 0.39 0.93 0.56 34.86 0.87 0.24
Hex 71 45 8 0 27 5D 38 23 57 18
Octal 161 105 10 0 47 135 70 43 127 30
Binary 1110001 1000101 1000 0 100111 1011101 111000 100011 1010111 11000

Color Harmonies of #714508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714508

Black with #714508

Text Example


Text Example

White with #714508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714508; }

 p { color: rgb(113,69,8); }

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

background-color css

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

 a { background-color: rgb(113,69,8); }

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

border-color css

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

 span { border-color: rgb(113,69,8); }

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