Html Css Color HEX #74310C Peru Tan

📋 copy color: '#74310C'

red 116 ◦ green 49 ◦ blue 12

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

Shades of Peru Tan #74310C

Tints of Peru Tan #74310C

RGB

 RED value IS 116 (45.7% from 255) = 65.54%

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 65.54%
G = 27.68%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74310C (or 0x74310C) is known color: Peru Tan. HEX triplet: 74, 31 and 0C. RGB value is (116,49,12). Sum of RGB (Red+Green+Blue) = 116+49+12=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74310C is #8BCEF3. Grayscale: #414141. Windows color (decimal): -9162484 or 799092. OLE color: 799092.

HSL color Cylindrical-coordinate representation of color #74310C: hue angle of 21.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74310C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 12 -
CMYK 0 0.58 0.90 0.55
HSL 21.35º 0.81% 0.25% -
HSV(B) 21.35º 0.9% 0.45% -
XYZ 8.37 5.94 1.05 -
YUV 64.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 116 49 12 0 0.58 0.90 0.55 21.35 0.81 0.25
Hex 74 31 C 0 3A 5A 37 15 51 19
Octal 164 61 14 0 72 132 67 25 121 31
Binary 1110100 110001 1100 0 111010 1011010 110111 10101 1010001 11001

Color Harmonies of #74310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74310C

Black with #74310C

Text Example


Text Example

White with #74310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74310C; }

 p { color: rgb(116,49,12); }

 H1.HeaderClassName
 {
   color: #74310C;
 }
 .AnyTagClassName
 {
   color: #74310C;
 }
</style>

background-color css

<style>
 a { background-color: #74310C; }

 a { background-color: rgb(116,49,12); }

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

border-color css

<style>
 span { border-color: #74310C; }

 span { border-color: rgb(116,49,12); }

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