Html Css Color HEX #71631D Olivetone

📋 copy color: '#71631D'

red 113 ◦ green 99 ◦ blue 29

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

Shades of Olivetone #71631D

Tints of Olivetone #71631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.08%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 46.89%
G = 41.08%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71631D (or 0x71631D) is known color: Olivetone. HEX triplet: 71, 63 and 1D. RGB value is (113,99,29). Sum of RGB (Red+Green+Blue) = 113+99+29=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71631D is #8E9CE2. Grayscale: #5F5F5F. Windows color (decimal): -9346275 or 1926001. OLE color: 1926001.

HSL color Cylindrical-coordinate representation of color #71631D: hue angle of 50º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71631D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 29 -
CMYK 0 0.12 0.74 0.56
HSL 50º 0.59% 0.28% -
HSV(B) 50º 0.74% 0.44% -
XYZ 11.49 12.52 2.97 -
YUV 95.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 113 99 29 0 0.12 0.74 0.56 50 0.59 0.28
Hex 71 63 1D 0 C 4A 38 32 3B 1C
Octal 161 143 35 0 14 112 70 62 73 34
Binary 1110001 1100011 11101 0 1100 1001010 111000 110010 111011 11100

Color Harmonies of #71631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71631D

Black with #71631D

Text Example


Text Example

White with #71631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71631D; }

 p { color: rgb(113,99,29); }

 H1.HeaderClassName
 {
   color: #71631D;
 }
 .AnyTagClassName
 {
   color: #71631D;
 }
</style>

background-color css

<style>
 a { background-color: #71631D; }

 a { background-color: rgb(113,99,29); }

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

border-color css

<style>
 span { border-color: #71631D; }

 span { border-color: rgb(113,99,29); }

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