Html Css Color HEX #74340C Peru Tan

📋 copy color: '#74340C'

red 116 ◦ green 52 ◦ blue 12

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

Shades of Peru Tan #74340C

Tints of Peru Tan #74340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 64.44%
G = 28.89%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74340C (or 0x74340C) is known color: Peru Tan. HEX triplet: 74, 34 and 0C. RGB value is (116,52,12). Sum of RGB (Red+Green+Blue) = 116+52+12=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74340C is #8BCBF3. Grayscale: #424242. Windows color (decimal): -9161716 or 799860. OLE color: 799860.

HSL color Cylindrical-coordinate representation of color #74340C: hue angle of 23.08º 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 #74340C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 12 -
CMYK 0 0.55 0.90 0.55
HSL 23.08º 0.81% 0.25% -
HSV(B) 23.08º 0.9% 0.45% -
XYZ 8.5 6.2 1.1 -
YUV 66.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 116 52 12 0 0.55 0.90 0.55 23.08 0.81 0.25
Hex 74 34 C 0 37 5A 37 17 51 19
Octal 164 64 14 0 67 132 67 27 121 31
Binary 1110100 110100 1100 0 110111 1011010 110111 10111 1010001 11001

Color Harmonies of #74340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74340C

Black with #74340C

Text Example


Text Example

White with #74340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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