Html Css Color HEX #74320A Peru Tan

📋 copy color: '#74320A'

red 116 ◦ green 50 ◦ blue 10

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

Shades of Peru Tan #74320A

Tints of Peru Tan #74320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 65.91%
G = 28.41%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74320A (or 0x74320A) is known color: Peru Tan. HEX triplet: 74, 32 and 0A. RGB value is (116,50,10). Sum of RGB (Red+Green+Blue) = 116+50+10=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74320A is #8BCDF5. Grayscale: #414141. Windows color (decimal): -9162230 or 668276. OLE color: 668276.

HSL color Cylindrical-coordinate representation of color #74320A: hue angle of 22.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74320A is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 10 -
CMYK 0 0.57 0.91 0.55
HSL 22.64º 0.84% 0.25% -
HSV(B) 22.64º 0.91% 0.45% -
XYZ 8.4 6.02 1.01 -
YUV 65.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 116 50 10 0 0.57 0.91 0.55 22.64 0.84 0.25
Hex 74 32 A 0 39 5B 37 17 54 19
Octal 164 62 12 0 71 133 67 27 124 31
Binary 1110100 110010 1010 0 111001 1011011 110111 10111 1010100 11001

Color Harmonies of #74320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74320A

Black with #74320A

Text Example


Text Example

White with #74320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74320A; }

 p { color: rgb(116,50,10); }

 H1.HeaderClassName
 {
   color: #74320A;
 }
 .AnyTagClassName
 {
   color: #74320A;
 }
</style>

background-color css

<style>
 a { background-color: #74320A; }

 a { background-color: rgb(116,50,10); }

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

border-color css

<style>
 span { border-color: #74320A; }

 span { border-color: rgb(116,50,10); }

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