Html Css Color HEX #74351B Peru Tan

📋 copy color: '#74351B'

red 116 ◦ green 53 ◦ blue 27

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

Shades of Peru Tan #74351B

Tints of Peru Tan #74351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 59.18%
G = 27.04%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74351B (or 0x74351B) is known color: Peru Tan. HEX triplet: 74, 35 and 1B. RGB value is (116,53,27). Sum of RGB (Red+Green+Blue) = 116+53+27=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351B is #8BCAE4. Grayscale: #454545. Windows color (decimal): -9161445 or 1783156. OLE color: 1783156.

HSL color Cylindrical-coordinate representation of color #74351B: hue angle of 17.53º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74351B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 27 -
CMYK 0 0.54 0.77 0.55
HSL 17.53º 0.62% 0.28% -
HSV(B) 17.53º 0.77% 0.45% -
XYZ 8.67 6.34 1.8 -
YUV 68.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 116 53 27 0 0.54 0.77 0.55 17.53 0.62 0.28
Hex 74 35 1B 0 36 4D 37 12 3E 1C
Octal 164 65 33 0 66 115 67 22 76 34
Binary 1110100 110101 11011 0 110110 1001101 110111 10010 111110 11100

Color Harmonies of #74351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74351B

Black with #74351B

Text Example


Text Example

White with #74351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74351B; }

 p { color: rgb(116,53,27); }

 H1.HeaderClassName
 {
   color: #74351B;
 }
 .AnyTagClassName
 {
   color: #74351B;
 }
</style>

background-color css

<style>
 a { background-color: #74351B; }

 a { background-color: rgb(116,53,27); }

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

border-color css

<style>
 span { border-color: #74351B; }

 span { border-color: rgb(116,53,27); }

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