Html Css Color HEX #742A18 Pueblo

📋 copy color: '#742A18'

red 116 ◦ green 42 ◦ blue 24

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

Shades of Pueblo #742A18

Tints of Pueblo #742A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.08%

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 63.74%
G = 23.08%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#742A18 (or 0x742A18) is known color: Pueblo. HEX triplet: 74, 2A and 18. RGB value is (116,42,24). Sum of RGB (Red+Green+Blue) = 116+42+24=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A18 is #8BD5E7. Grayscale: #3E3E3E. Windows color (decimal): -9164264 or 1583732. OLE color: 1583732.

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

Color convert

RGB 116 42 24 -
CMYK 0 0.64 0.79 0.55
HSL 11.74º 0.66% 0.27% -
HSV(B) 11.74º 0.79% 0.45% -
XYZ 8.2 5.43 1.48 -
YUV 62.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 116 42 24 0 0.64 0.79 0.55 11.74 0.66 0.27
Hex 74 2A 18 0 40 4F 37 C 42 1B
Octal 164 52 30 0 100 117 67 14 102 33
Binary 1110100 101010 11000 0 1000000 1001111 110111 1100 1000010 11011

Color Harmonies of #742A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A18

Black with #742A18

Text Example


Text Example

White with #742A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,42,24); }

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

background-color css

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

 a { background-color: rgb(116,42,24); }

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

border-color css

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

 span { border-color: rgb(116,42,24); }

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