Html Css Color HEX #74300F Peru Tan

📋 copy color: '#74300F'

red 116 ◦ green 48 ◦ blue 15

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

Shades of Peru Tan #74300F

Tints of Peru Tan #74300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 64.8%
G = 26.82%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74300F (or 0x74300F) is known color: Peru Tan. HEX triplet: 74, 30 and 0F. RGB value is (116,48,15). Sum of RGB (Red+Green+Blue) = 116+48+15=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74300F is #8BCFF0. Grayscale: #404040. Windows color (decimal): -9162737 or 995444. OLE color: 995444.

HSL color Cylindrical-coordinate representation of color #74300F: hue angle of 19.6º 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 #74300F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 15 -
CMYK 0 0.59 0.87 0.55
HSL 19.6º 0.77% 0.26% -
HSV(B) 19.6º 0.87% 0.45% -
XYZ 8.35 5.86 1.14 -
YUV 64.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 116 48 15 0 0.59 0.87 0.55 19.6 0.77 0.26
Hex 74 30 F 0 3B 57 37 14 4D 1A
Octal 164 60 17 0 73 127 67 24 115 32
Binary 1110100 110000 1111 0 111011 1010111 110111 10100 1001101 11010

Color Harmonies of #74300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74300F

Black with #74300F

Text Example


Text Example

White with #74300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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