Html Css Color HEX #742715 Pueblo

📋 copy color: '#742715'

red 116 ◦ green 39 ◦ blue 21

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

Shades of Pueblo #742715

Tints of Pueblo #742715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 65.91%
G = 22.16%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#742715 (or 0x742715) is known color: Pueblo. HEX triplet: 74, 27 and 15. RGB value is (116,39,21). Sum of RGB (Red+Green+Blue) = 116+39+21=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #742715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742715 is #8BD8EA. Grayscale: #3C3C3C. Windows color (decimal): -9165035 or 1386356. OLE color: 1386356.

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

Color convert

RGB 116 39 21 -
CMYK 0 0.66 0.82 0.55
HSL 11.37º 0.69% 0.27% -
HSV(B) 11.37º 0.82% 0.45% -
XYZ 8.06 5.22 1.29 -
YUV 59.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 116 39 21 0 0.66 0.82 0.55 11.37 0.69 0.27
Hex 74 27 15 0 42 52 37 B 45 1B
Octal 164 47 25 0 102 122 67 13 105 33
Binary 1110100 100111 10101 0 1000010 1010010 110111 1011 1000101 11011

Color Harmonies of #742715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742715

Black with #742715

Text Example


Text Example

White with #742715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742715; }

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

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

background-color css

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

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

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

border-color css

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

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

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