Html Css Color HEX #742A1E Pueblo

📋 copy color: '#742A1E'

red 116 ◦ green 42 ◦ blue 30

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

Shades of Pueblo #742A1E

Tints of Pueblo #742A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 61.7%
G = 22.34%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#742A1E (or 0x742A1E) is known color: Pueblo. HEX triplet: 74, 2A and 1E. RGB value is (116,42,30). Sum of RGB (Red+Green+Blue) = 116+42+30=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A1E is #8BD5E1. Grayscale: #3E3E3E. Windows color (decimal): -9164258 or 1976948. OLE color: 1976948.

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

Color convert

RGB 116 42 30 -
CMYK 0 0.64 0.74 0.55
HSL 8.37º 0.59% 0.29% -
HSV(B) 8.37º 0.74% 0.45% -
XYZ 8.26 5.46 1.85 -
YUV 62.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 116 42 30 0 0.64 0.74 0.55 8.37 0.59 0.29
Hex 74 2A 1E 0 40 4A 37 8 3B 1D
Octal 164 52 36 0 100 112 67 10 73 35
Binary 1110100 101010 11110 0 1000000 1001010 110111 1000 111011 11101

Color Harmonies of #742A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A1E

Black with #742A1E

Text Example


Text Example

White with #742A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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