Html Css Color HEX #71440F Raw Umber

📋 copy color: '#71440F'

red 113 ◦ green 68 ◦ blue 15

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

Shades of Raw Umber #71440F

Tints of Raw Umber #71440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

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

R = 57.65%
G = 34.69%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71440F (or 0x71440F) is known color: Raw Umber. HEX triplet: 71, 44 and 0F. RGB value is (113,68,15). Sum of RGB (Red+Green+Blue) = 113+68+15=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71440F is #8EBBF0. Grayscale: #4B4B4B. Windows color (decimal): -9354225 or 1000561. OLE color: 1000561.

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

Color convert

RGB 113 68 15 -
CMYK 0 0.40 0.87 0.56
HSL 32.45º 0.77% 0.25% -
HSV(B) 32.45º 0.87% 0.44% -
XYZ 8.96 7.68 1.46 -
YUV 75.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 113 68 15 0 0.40 0.87 0.56 32.45 0.77 0.25
Hex 71 44 F 0 28 57 38 20 4D 19
Octal 161 104 17 0 50 127 70 40 115 31
Binary 1110001 1000100 1111 0 101000 1010111 111000 100000 1001101 11001

Color Harmonies of #71440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71440F

Black with #71440F

Text Example


Text Example

White with #71440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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