Html Css Color HEX #71460F Raw Umber

📋 copy color: '#71460F'

red 113 ◦ green 70 ◦ blue 15

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

Shades of Raw Umber #71460F

Tints of Raw Umber #71460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 57.07%
G = 35.35%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71460F (or 0x71460F) is known color: Raw Umber. HEX triplet: 71, 46 and 0F. RGB value is (113,70,15). Sum of RGB (Red+Green+Blue) = 113+70+15=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71460F is #8EB9F0. Grayscale: #4C4C4C. Windows color (decimal): -9353713 or 1001073. OLE color: 1001073.

HSL color Cylindrical-coordinate representation of color #71460F: hue angle of 33.67º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71460F is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 15 -
CMYK 0 0.38 0.87 0.56
HSL 33.67º 0.77% 0.25% -
HSV(B) 33.67º 0.87% 0.44% -
XYZ 9.09 7.93 1.5 -
YUV 76.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 113 70 15 0 0.38 0.87 0.56 33.67 0.77 0.25
Hex 71 46 F 0 26 57 38 22 4D 19
Octal 161 106 17 0 46 127 70 42 115 31
Binary 1110001 1000110 1111 0 100110 1010111 111000 100010 1001101 11001

Color Harmonies of #71460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71460F

Black with #71460F

Text Example


Text Example

White with #71460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71460F; }

 p { color: rgb(113,70,15); }

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

background-color css

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

 a { background-color: rgb(113,70,15); }

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

border-color css

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

 span { border-color: rgb(113,70,15); }

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