Html Css Color HEX #74361E Peru Tan

📋 copy color: '#74361E'

red 116 ◦ green 54 ◦ blue 30

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

Shades of Peru Tan #74361E

Tints of Peru Tan #74361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

 BLUE value IS 30 (12.11% from 255) = 15%

R = 58%
G = 27%
B = 15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74361E (or 0x74361E) is known color: Peru Tan. HEX triplet: 74, 36 and 1E. RGB value is (116,54,30). Sum of RGB (Red+Green+Blue) = 116+54+30=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74361E is #8BC9E1. Grayscale: #454545. Windows color (decimal): -9161186 or 1980020. OLE color: 1980020.

HSL color Cylindrical-coordinate representation of color #74361E: hue angle of 16.74º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74361E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 30 -
CMYK 0 0.53 0.74 0.55
HSL 16.74º 0.59% 0.29% -
HSV(B) 16.74º 0.74% 0.45% -
XYZ 8.76 6.45 2.01 -
YUV 69.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 116 54 30 0 0.53 0.74 0.55 16.74 0.59 0.29
Hex 74 36 1E 0 35 4A 37 11 3B 1D
Octal 164 66 36 0 65 112 67 21 73 35
Binary 1110100 110110 11110 0 110101 1001010 110111 10001 111011 11101

Color Harmonies of #74361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74361E

Black with #74361E

Text Example


Text Example

White with #74361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,54,30); }

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

background-color css

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

 a { background-color: rgb(116,54,30); }

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

border-color css

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

 span { border-color: rgb(116,54,30); }

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