Html Css Color HEX #71450F Raw Umber

📋 copy color: '#71450F'

red 113 ◦ green 69 ◦ blue 15

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

Shades of Raw Umber #71450F

Tints of Raw Umber #71450F

RGB

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

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

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

R = 57.36%
G = 35.03%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71450F (or 0x71450F) is known color: Raw Umber. HEX triplet: 71, 45 and 0F. RGB value is (113,69,15). Sum of RGB (Red+Green+Blue) = 113+69+15=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71450F is #8EBAF0. Grayscale: #4C4C4C. Windows color (decimal): -9353969 or 1000817. OLE color: 1000817.

HSL color Cylindrical-coordinate representation of color #71450F: hue angle of 33.06º 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 #71450F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 15 -
CMYK 0 0.39 0.87 0.56
HSL 33.06º 0.77% 0.25% -
HSV(B) 33.06º 0.87% 0.44% -
XYZ 9.02 7.8 1.48 -
YUV 76 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 113 69 15 0 0.39 0.87 0.56 33.06 0.77 0.25
Hex 71 45 F 0 27 57 38 21 4D 19
Octal 161 105 17 0 47 127 70 41 115 31
Binary 1110001 1000101 1111 0 100111 1010111 111000 100001 1001101 11001

Color Harmonies of #71450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71450F

Black with #71450F

Text Example


Text Example

White with #71450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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