Html Css Color HEX #742A14 Pueblo

📋 copy color: '#742A14'

red 116 ◦ green 42 ◦ blue 20

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

Shades of Pueblo #742A14

Tints of Pueblo #742A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 65.17%
G = 23.6%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#742A14 (or 0x742A14) is known color: Pueblo. HEX triplet: 74, 2A and 14. RGB value is (116,42,20). Sum of RGB (Red+Green+Blue) = 116+42+20=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A14 is #8BD5EB. Grayscale: #3D3D3D. Windows color (decimal): -9164268 or 1321588. OLE color: 1321588.

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

Color convert

RGB 116 42 20 -
CMYK 0 0.64 0.83 0.55
HSL 13.75º 0.71% 0.27% -
HSV(B) 13.75º 0.83% 0.45% -
XYZ 8.16 5.42 1.28 -
YUV 61.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 116 42 20 0 0.64 0.83 0.55 13.75 0.71 0.27
Hex 74 2A 14 0 40 53 37 E 47 1B
Octal 164 52 24 0 100 123 67 16 107 33
Binary 1110100 101010 10100 0 1000000 1010011 110111 1110 1000111 11011

Color Harmonies of #742A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A14

Black with #742A14

Text Example


Text Example

White with #742A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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