Html Css Color HEX #74380A Peru Tan

📋 copy color: '#74380A'

red 116 ◦ green 56 ◦ blue 10

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

Shades of Peru Tan #74380A

Tints of Peru Tan #74380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 63.74%
G = 30.77%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74380A (or 0x74380A) is known color: Peru Tan. HEX triplet: 74, 38 and 0A. RGB value is (116,56,10). Sum of RGB (Red+Green+Blue) = 116+56+10=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74380A is #8BC7F5. Grayscale: #444444. Windows color (decimal): -9160694 or 669812. OLE color: 669812.

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

Color convert

RGB 116 56 10 -
CMYK 0 0.52 0.91 0.55
HSL 26.04º 0.84% 0.25% -
HSV(B) 26.04º 0.91% 0.45% -
XYZ 8.67 6.56 1.1 -
YUV 68.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 116 56 10 0 0.52 0.91 0.55 26.04 0.84 0.25
Hex 74 38 A 0 34 5B 37 1A 54 19
Octal 164 70 12 0 64 133 67 32 124 31
Binary 1110100 111000 1010 0 110100 1011011 110111 11010 1010100 11001

Color Harmonies of #74380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74380A

Black with #74380A

Text Example


Text Example

White with #74380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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