Html Css Color HEX #74380E Peru Tan

📋 copy color: '#74380E'

red 116 ◦ green 56 ◦ blue 14

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

Shades of Peru Tan #74380E

Tints of Peru Tan #74380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 62.37%
G = 30.11%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74380E (or 0x74380E) is known color: Peru Tan. HEX triplet: 74, 38 and 0E. RGB value is (116,56,14). Sum of RGB (Red+Green+Blue) = 116+56+14=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74380E is #8BC7F1. Grayscale: #454545. Windows color (decimal): -9160690 or 931956. OLE color: 931956.

HSL color Cylindrical-coordinate representation of color #74380E: hue angle of 24.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74380E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 14 -
CMYK 0 0.52 0.88 0.55
HSL 24.71º 0.78% 0.25% -
HSV(B) 24.71º 0.88% 0.45% -
XYZ 8.7 6.57 1.23 -
YUV 69.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 116 56 14 0 0.52 0.88 0.55 24.71 0.78 0.25
Hex 74 38 E 0 34 58 37 19 4E 19
Octal 164 70 16 0 64 130 67 31 116 31
Binary 1110100 111000 1110 0 110100 1011000 110111 11001 1001110 11001

Color Harmonies of #74380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74380E

Black with #74380E

Text Example


Text Example

White with #74380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,56,14); }

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

background-color css

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

 a { background-color: rgb(116,56,14); }

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

border-color css

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

 span { border-color: rgb(116,56,14); }

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