Html Css Color HEX #742F22 Pueblo

📋 copy color: '#742F22'

red 116 ◦ green 47 ◦ blue 34

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

Shades of Pueblo #742F22

Tints of Pueblo #742F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.86%

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 58.88%
G = 23.86%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#742F22 (or 0x742F22) is known color: Pueblo. HEX triplet: 74, 2F and 22. RGB value is (116,47,34). Sum of RGB (Red+Green+Blue) = 116+47+34=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F22 is #8BD0DD. Grayscale: #424242. Windows color (decimal): -9162974 or 2240372. OLE color: 2240372.

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

Color convert

RGB 116 47 34 -
CMYK 0 0.59 0.71 0.55
HSL 9.51º 0.55% 0.29% -
HSV(B) 9.51º 0.71% 0.45% -
XYZ 8.51 5.86 2.2 -
YUV 66.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 116 47 34 0 0.59 0.71 0.55 9.51 0.55 0.29
Hex 74 2F 22 0 3B 47 37 A 37 1D
Octal 164 57 42 0 73 107 67 12 67 35
Binary 1110100 101111 100010 0 111011 1000111 110111 1010 110111 11101

Color Harmonies of #742F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F22

Black with #742F22

Text Example


Text Example

White with #742F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,34); }

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

background-color css

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

 a { background-color: rgb(116,47,34); }

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

border-color css

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

 span { border-color: rgb(116,47,34); }

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