Html Css Color HEX #74270A Peru Tan

📋 copy color: '#74270A'

red 116 ◦ green 39 ◦ blue 10

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

Shades of Peru Tan #74270A

Tints of Peru Tan #74270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

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

R = 70.3%
G = 23.64%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74270A (or 0x74270A) is known color: Peru Tan. HEX triplet: 74, 27 and 0A. RGB value is (116,39,10). Sum of RGB (Red+Green+Blue) = 116+39+10=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74270A is #8BD8F5. Grayscale: #3A3A3A. Windows color (decimal): -9165046 or 665460. OLE color: 665460.

HSL color Cylindrical-coordinate representation of color #74270A: hue angle of 16.42º 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 #74270A is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 10 -
CMYK 0 0.66 0.91 0.55
HSL 16.42º 0.84% 0.25% -
HSV(B) 16.42º 0.91% 0.45% -
XYZ 7.98 5.19 0.87 -
YUV 58.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 116 39 10 0 0.66 0.91 0.55 16.42 0.84 0.25
Hex 74 27 A 0 42 5B 37 10 54 19
Octal 164 47 12 0 102 133 67 20 124 31
Binary 1110100 100111 1010 0 1000010 1011011 110111 10000 1010100 11001

Color Harmonies of #74270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74270A

Black with #74270A

Text Example


Text Example

White with #74270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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