Html Css Color HEX #74390F Peru Tan

📋 copy color: '#74390F'

red 116 ◦ green 57 ◦ blue 15

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

Shades of Peru Tan #74390F

Tints of Peru Tan #74390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.32%

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 61.7%
G = 30.32%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74390F (or 0x74390F) is known color: Peru Tan. HEX triplet: 74, 39 and 0F. RGB value is (116,57,15). Sum of RGB (Red+Green+Blue) = 116+57+15=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #74390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74390F is #8BC6F0. Grayscale: #464646. Windows color (decimal): -9160433 or 997748. OLE color: 997748.

HSL color Cylindrical-coordinate representation of color #74390F: hue angle of 24.95º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74390F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 15 -
CMYK 0 0.51 0.87 0.55
HSL 24.95º 0.77% 0.26% -
HSV(B) 24.95º 0.87% 0.45% -
XYZ 8.75 6.67 1.28 -
YUV 69.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 116 57 15 0 0.51 0.87 0.55 24.95 0.77 0.26
Hex 74 39 F 0 33 57 37 19 4D 1A
Octal 164 71 17 0 63 127 67 31 115 32
Binary 1110100 111001 1111 0 110011 1010111 110111 11001 1001101 11010

Color Harmonies of #74390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74390F

Black with #74390F

Text Example


Text Example

White with #74390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74390F; }

 p { color: rgb(116,57,15); }

 H1.HeaderClassName
 {
   color: #74390F;
 }
 .AnyTagClassName
 {
   color: #74390F;
 }
</style>

background-color css

<style>
 a { background-color: #74390F; }

 a { background-color: rgb(116,57,15); }

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

border-color css

<style>
 span { border-color: #74390F; }

 span { border-color: rgb(116,57,15); }

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