Html Css Color HEX #742810 Pueblo

📋 copy color: '#742810'

red 116 ◦ green 40 ◦ blue 16

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

Shades of Pueblo #742810

Tints of Pueblo #742810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 67.44%
G = 23.26%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#742810 (or 0x742810) is known color: Pueblo. HEX triplet: 74, 28 and 10. RGB value is (116,40,16). Sum of RGB (Red+Green+Blue) = 116+40+16=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742810 is #8BD7EF. Grayscale: #3C3C3C. Windows color (decimal): -9164784 or 1058932. OLE color: 1058932.

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

Color convert

RGB 116 40 16 -
CMYK 0 0.66 0.86 0.55
HSL 14.4º 0.76% 0.26% -
HSV(B) 14.4º 0.86% 0.45% -
XYZ 8.05 5.27 1.08 -
YUV 59.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 116 40 16 0 0.66 0.86 0.55 14.4 0.76 0.26
Hex 74 28 10 0 42 56 37 E 4C 1A
Octal 164 50 20 0 102 126 67 16 114 32
Binary 1110100 101000 10000 0 1000010 1010110 110111 1110 1001100 11010

Color Harmonies of #742810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742810

Black with #742810

Text Example


Text Example

White with #742810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742810; }

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

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

background-color css

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

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

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

border-color css

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

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

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