Html Css Color HEX #742F25 Pueblo

📋 copy color: '#742F25'

red 116 ◦ green 47 ◦ blue 37

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

Shades of Pueblo #742F25

Tints of Pueblo #742F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.5%

R = 58%
G = 23.5%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#742F25 (or 0x742F25) is known color: Pueblo. HEX triplet: 74, 2F and 25. RGB value is (116,47,37). Sum of RGB (Red+Green+Blue) = 116+47+37=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #742F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F25 is #8BD0DA. Grayscale: #424242. Windows color (decimal): -9162971 or 2436980. OLE color: 2436980.

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

Color convert

RGB 116 47 37 -
CMYK 0 0.59 0.68 0.55
HSL 7.59º 0.52% 0.3% -
HSV(B) 7.59º 0.68% 0.45% -
XYZ 8.55 5.88 2.43 -
YUV 66.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 116 47 37 0 0.59 0.68 0.55 7.59 0.52 0.3
Hex 74 2F 25 0 3B 44 37 8 34 1E
Octal 164 57 45 0 73 104 67 10 64 36
Binary 1110100 101111 100101 0 111011 1000100 110111 1000 110100 11110

Color Harmonies of #742F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F25

Black with #742F25

Text Example


Text Example

White with #742F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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