Html Css Color HEX #71530E Raw Umber

📋 copy color: '#71530E'

red 113 ◦ green 83 ◦ blue 14

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

Shades of Raw Umber #71530E

Tints of Raw Umber #71530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 53.81%
G = 39.52%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71530E (or 0x71530E) is known color: Raw Umber. HEX triplet: 71, 53 and 0E. RGB value is (113,83,14). Sum of RGB (Red+Green+Blue) = 113+83+14=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71530E is #8EACF1. Grayscale: #545454. Windows color (decimal): -9350386 or 938865. OLE color: 938865.

HSL color Cylindrical-coordinate representation of color #71530E: hue angle of 41.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71530E is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 14 -
CMYK 0 0.27 0.88 0.56
HSL 41.82º 0.78% 0.25% -
HSV(B) 41.82º 0.88% 0.44% -
XYZ 9.98 9.73 1.77 -
YUV 84.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 113 83 14 0 0.27 0.88 0.56 41.82 0.78 0.25
Hex 71 53 E 0 1B 58 38 2A 4E 19
Octal 161 123 16 0 33 130 70 52 116 31
Binary 1110001 1010011 1110 0 11011 1011000 111000 101010 1001110 11001

Color Harmonies of #71530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71530E

Black with #71530E

Text Example


Text Example

White with #71530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71530E; }

 p { color: rgb(113,83,14); }

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

background-color css

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

 a { background-color: rgb(113,83,14); }

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

border-color css

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

 span { border-color: rgb(113,83,14); }

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