Html Css Color HEX #742F0B Peru Tan

📋 copy color: '#742F0B'

red 116 ◦ green 47 ◦ blue 11

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

Shades of Peru Tan #742F0B

Tints of Peru Tan #742F0B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.01%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 66.67%
G = 27.01%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#742F0B (or 0x742F0B) is known color: Peru Tan. HEX triplet: 74, 2F and 0B. RGB value is (116,47,11). Sum of RGB (Red+Green+Blue) = 116+47+11=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #742F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F0B is #8BD0F4. Grayscale: #3F3F3F. Windows color (decimal): -9162997 or 733044. OLE color: 733044.

HSL color Cylindrical-coordinate representation of color #742F0B: hue angle of 20.57º degrees, saturation: 0.83, 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 #742F0B is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 11 -
CMYK 0 0.59 0.91 0.55
HSL 20.57º 0.83% 0.25% -
HSV(B) 20.57º 0.91% 0.45% -
XYZ 8.28 5.77 0.99 -
YUV 63.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 116 47 11 0 0.59 0.91 0.55 20.57 0.83 0.25
Hex 74 2F B 0 3B 5B 37 15 53 19
Octal 164 57 13 0 73 133 67 25 123 31
Binary 1110100 101111 1011 0 111011 1011011 110111 10101 1010011 11001

Color Harmonies of #742F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F0B

Black with #742F0B

Text Example


Text Example

White with #742F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,11); }

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

background-color css

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

 a { background-color: rgb(116,47,11); }

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

border-color css

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

 span { border-color: rgb(116,47,11); }

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