Html Css Color HEX #714B05 Raw Umber

📋 copy color: '#714B05'

red 113 ◦ green 75 ◦ blue 5

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

Shades of Raw Umber #714B05

Tints of Raw Umber #714B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 58.55%
G = 38.86%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714B05 (or 0x714B05) is known color: Raw Umber. HEX triplet: 71, 4B and 05. RGB value is (113,75,5). Sum of RGB (Red+Green+Blue) = 113+75+5=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #714B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714B05 is #8EB4FA. Grayscale: #4E4E4E. Windows color (decimal): -9352443 or 346993. OLE color: 346993.

HSL color Cylindrical-coordinate representation of color #714B05: hue angle of 38.89º degrees, saturation: 0.92, 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 #714B05 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 75 5 -
CMYK 0 0.34 0.96 0.56
HSL 38.89º 0.92% 0.23% -
HSV(B) 38.89º 0.96% 0.44% -
XYZ 9.35 8.55 1.3 -
YUV 78.38 86.59 152.69 -
System Red Green Blue C M Y K H S L
Decimal 113 75 5 0 0.34 0.96 0.56 38.89 0.92 0.23
Hex 71 4B 5 0 22 60 38 27 5C 17
Octal 161 113 5 0 42 140 70 47 134 27
Binary 1110001 1001011 101 0 100010 1100000 111000 100111 1011100 10111

Color Harmonies of #714B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B05

Black with #714B05

Text Example


Text Example

White with #714B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,5); }

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

background-color css

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

 a { background-color: rgb(113,75,5); }

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

border-color css

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

 span { border-color: rgb(113,75,5); }

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