Html Css Color HEX #742914 Pueblo

📋 copy color: '#742914'

red 116 ◦ green 41 ◦ blue 20

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

Shades of Pueblo #742914

Tints of Pueblo #742914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 65.54%
G = 23.16%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#742914 (or 0x742914) is known color: Pueblo. HEX triplet: 74, 29 and 14. RGB value is (116,41,20). Sum of RGB (Red+Green+Blue) = 116+41+20=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #742914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742914 is #8BD6EB. Grayscale: #3D3D3D. Windows color (decimal): -9164524 or 1321332. OLE color: 1321332.

HSL color Cylindrical-coordinate representation of color #742914: hue angle of 13.12º 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 #742914 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 20 -
CMYK 0 0.65 0.83 0.55
HSL 13.13º 0.71% 0.27% -
HSV(B) 13.13º 0.83% 0.45% -
XYZ 8.12 5.35 1.27 -
YUV 61.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 116 41 20 0 0.65 0.83 0.55 13.13 0.71 0.27
Hex 74 29 14 0 41 53 37 D 47 1B
Octal 164 51 24 0 101 123 67 15 107 33
Binary 1110100 101001 10100 0 1000001 1010011 110111 1101 1000111 11011

Color Harmonies of #742914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742914

Black with #742914

Text Example


Text Example

White with #742914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742914; }

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

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

background-color css

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

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

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

border-color css

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

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

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