Html Css Color HEX #742516 Pueblo

📋 copy color: '#742516'

red 116 ◦ green 37 ◦ blue 22

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

Shades of Pueblo #742516

Tints of Pueblo #742516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 66.29%
G = 21.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#742516 (or 0x742516) is known color: Pueblo. HEX triplet: 74, 25 and 16. RGB value is (116,37,22). Sum of RGB (Red+Green+Blue) = 116+37+22=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742516 is #8BDAE9. Grayscale: #3B3B3B. Windows color (decimal): -9165546 or 1451380. OLE color: 1451380.

HSL color Cylindrical-coordinate representation of color #742516: hue angle of 9.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742516 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 22 -
CMYK 0 0.68 0.81 0.55
HSL 9.57º 0.68% 0.27% -
HSV(B) 9.57º 0.81% 0.45% -
XYZ 8.01 5.09 1.32 -
YUV 58.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 116 37 22 0 0.68 0.81 0.55 9.57 0.68 0.27
Hex 74 25 16 0 44 51 37 A 44 1B
Octal 164 45 26 0 104 121 67 12 104 33
Binary 1110100 100101 10110 0 1000100 1010001 110111 1010 1000100 11011

Color Harmonies of #742516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742516

Black with #742516

Text Example


Text Example

White with #742516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742516; }

 p { color: rgb(116,37,22); }

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

background-color css

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

 a { background-color: rgb(116,37,22); }

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

border-color css

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

 span { border-color: rgb(116,37,22); }

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