Html Css Color HEX #742815 Pueblo

📋 copy color: '#742815'

red 116 ◦ green 40 ◦ blue 21

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

Shades of Pueblo #742815

Tints of Pueblo #742815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 21 (8.59% from 255) = 11.86%

R = 65.54%
G = 22.6%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#742815 (or 0x742815) is known color: Pueblo. HEX triplet: 74, 28 and 15. RGB value is (116,40,21). Sum of RGB (Red+Green+Blue) = 116+40+21=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #742815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742815 is #8BD7EA. Grayscale: #3C3C3C. Windows color (decimal): -9164779 or 1386612. OLE color: 1386612.

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

Color convert

RGB 116 40 21 -
CMYK 0 0.66 0.82 0.55
HSL 12º 0.69% 0.27% -
HSV(B) 12º 0.82% 0.45% -
XYZ 8.1 5.28 1.3 -
YUV 60.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 116 40 21 0 0.66 0.82 0.55 12 0.69 0.27
Hex 74 28 15 0 42 52 37 C 45 1B
Octal 164 50 25 0 102 122 67 14 105 33
Binary 1110100 101000 10101 0 1000010 1010010 110111 1100 1000101 11011

Color Harmonies of #742815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742815

Black with #742815

Text Example


Text Example

White with #742815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742815; }

 p { color: rgb(116,40,21); }

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

background-color css

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

 a { background-color: rgb(116,40,21); }

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

border-color css

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

 span { border-color: rgb(116,40,21); }

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