Html Css Color HEX #742A0F Peru Tan

📋 copy color: '#742A0F'

red 116 ◦ green 42 ◦ blue 15

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

Shades of Peru Tan #742A0F

Tints of Peru Tan #742A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.28%

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

R = 67.05%
G = 24.28%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#742A0F (or 0x742A0F) is known color: Peru Tan. HEX triplet: 74, 2A and 0F. RGB value is (116,42,15). Sum of RGB (Red+Green+Blue) = 116+42+15=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #742A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A0F is #8BD5F0. Grayscale: #3D3D3D. Windows color (decimal): -9164273 or 993908. OLE color: 993908.

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

Color convert

RGB 116 42 15 -
CMYK 0 0.64 0.87 0.55
HSL 16.04º 0.77% 0.26% -
HSV(B) 16.04º 0.87% 0.45% -
XYZ 8.12 5.4 1.07 -
YUV 61.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 116 42 15 0 0.64 0.87 0.55 16.04 0.77 0.26
Hex 74 2A F 0 40 57 37 10 4D 1A
Octal 164 52 17 0 100 127 67 20 115 32
Binary 1110100 101010 1111 0 1000000 1010111 110111 10000 1001101 11010

Color Harmonies of #742A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A0F

Black with #742A0F

Text Example


Text Example

White with #742A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742A0F; }

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

 H1.HeaderClassName
 {
   color: #742A0F;
 }
 .AnyTagClassName
 {
   color: #742A0F;
 }
</style>

background-color css

<style>
 a { background-color: #742A0F; }

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

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

border-color css

<style>
 span { border-color: #742A0F; }

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

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