Html Css Color HEX #742D0D Peru Tan

📋 copy color: '#742D0D'

red 116 ◦ green 45 ◦ blue 13

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

Shades of Peru Tan #742D0D

Tints of Peru Tan #742D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.86%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 66.67%
G = 25.86%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#742D0D (or 0x742D0D) is known color: Peru Tan. HEX triplet: 74, 2D and 0D. RGB value is (116,45,13). Sum of RGB (Red+Green+Blue) = 116+45+13=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #742D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D0D is #8BD2F2. Grayscale: #3E3E3E. Windows color (decimal): -9163507 or 863604. OLE color: 863604.

HSL color Cylindrical-coordinate representation of color #742D0D: hue angle of 18.64º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #742D0D is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 13 -
CMYK 0 0.61 0.89 0.55
HSL 18.64º 0.8% 0.25% -
HSV(B) 18.64º 0.89% 0.45% -
XYZ 8.21 5.62 1.03 -
YUV 62.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 116 45 13 0 0.61 0.89 0.55 18.64 0.8 0.25
Hex 74 2D D 0 3D 59 37 13 50 19
Octal 164 55 15 0 75 131 67 23 120 31
Binary 1110100 101101 1101 0 111101 1011001 110111 10011 1010000 11001

Color Harmonies of #742D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D0D

Black with #742D0D

Text Example


Text Example

White with #742D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,45,13); }

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

background-color css

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

 a { background-color: rgb(116,45,13); }

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

border-color css

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

 span { border-color: rgb(116,45,13); }

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