Html Css Color HEX #742713 Pueblo

📋 copy color: '#742713'

red 116 ◦ green 39 ◦ blue 19

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

Shades of Pueblo #742713

Tints of Pueblo #742713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 66.67%
G = 22.41%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742713 (or 0x742713) is known color: Pueblo. HEX triplet: 74, 27 and 13. RGB value is (116,39,19). Sum of RGB (Red+Green+Blue) = 116+39+19=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #742713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742713 is #8BD8EC. Grayscale: #3B3B3B. Windows color (decimal): -9165037 or 1255284. OLE color: 1255284.

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

Color convert

RGB 116 39 19 -
CMYK 0 0.66 0.84 0.55
HSL 12.37º 0.72% 0.26% -
HSV(B) 12.37º 0.84% 0.45% -
XYZ 8.05 5.21 1.2 -
YUV 59.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 116 39 19 0 0.66 0.84 0.55 12.37 0.72 0.26
Hex 74 27 13 0 42 54 37 C 48 1A
Octal 164 47 23 0 102 124 67 14 110 32
Binary 1110100 100111 10011 0 1000010 1010100 110111 1100 1001000 11010

Color Harmonies of #742713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742713

Black with #742713

Text Example


Text Example

White with #742713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742713; }

 p { color: rgb(116,39,19); }

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

background-color css

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

 a { background-color: rgb(116,39,19); }

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

border-color css

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

 span { border-color: rgb(116,39,19); }

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