Html Css Color HEX #742D15 Pueblo

📋 copy color: '#742D15'

red 116 ◦ green 45 ◦ blue 21

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

Shades of Pueblo #742D15

Tints of Pueblo #742D15

RGB

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

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

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

R = 63.74%
G = 24.73%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#742D15 (or 0x742D15) is known color: Pueblo. HEX triplet: 74, 2D and 15. RGB value is (116,45,21). Sum of RGB (Red+Green+Blue) = 116+45+21=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D15 is #8BD2EA. Grayscale: #3F3F3F. Windows color (decimal): -9163499 or 1387892. OLE color: 1387892.

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

Color convert

RGB 116 45 21 -
CMYK 0 0.61 0.82 0.55
HSL 15.16º 0.69% 0.27% -
HSV(B) 15.16º 0.82% 0.45% -
XYZ 8.28 5.64 1.36 -
YUV 63.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 116 45 21 0 0.61 0.82 0.55 15.16 0.69 0.27
Hex 74 2D 15 0 3D 52 37 F 45 1B
Octal 164 55 25 0 75 122 67 17 105 33
Binary 1110100 101101 10101 0 111101 1010010 110111 1111 1000101 11011

Color Harmonies of #742D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D15

Black with #742D15

Text Example


Text Example

White with #742D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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