Html Css Color HEX #742D21 Pueblo

📋 copy color: '#742D21'

red 116 ◦ green 45 ◦ blue 33

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

Shades of Pueblo #742D21

Tints of Pueblo #742D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.2%

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 59.79%
G = 23.2%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#742D21 (or 0x742D21) is known color: Pueblo. HEX triplet: 74, 2D and 21. RGB value is (116,45,33). Sum of RGB (Red+Green+Blue) = 116+45+33=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #742D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D21 is #8BD2DE. Grayscale: #404040. Windows color (decimal): -9163487 or 2174324. OLE color: 2174324.

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

Color convert

RGB 116 45 33 -
CMYK 0 0.61 0.72 0.55
HSL 8.67º 0.56% 0.29% -
HSV(B) 8.67º 0.72% 0.45% -
XYZ 8.42 5.7 2.1 -
YUV 64.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 116 45 33 0 0.61 0.72 0.55 8.67 0.56 0.29
Hex 74 2D 21 0 3D 48 37 9 38 1D
Octal 164 55 41 0 75 110 67 11 70 35
Binary 1110100 101101 100001 0 111101 1001000 110111 1001 111000 11101

Color Harmonies of #742D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D21

Black with #742D21

Text Example


Text Example

White with #742D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,45,33); }

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

background-color css

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

 a { background-color: rgb(116,45,33); }

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

border-color css

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

 span { border-color: rgb(116,45,33); }

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