Html Css Color HEX #743725 Pueblo

📋 copy color: '#743725'

red 116 ◦ green 55 ◦ blue 37

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

Shades of Pueblo #743725

Tints of Pueblo #743725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 55.77%
G = 26.44%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#743725 (or 0x743725) is known color: Pueblo. HEX triplet: 74, 37 and 25. RGB value is (116,55,37). Sum of RGB (Red+Green+Blue) = 116+55+37=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #743725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743725 is #8BC8DA. Grayscale: #474747. Windows color (decimal): -9160923 or 2439028. OLE color: 2439028.

HSL color Cylindrical-coordinate representation of color #743725: hue angle of 13.67º 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 #743725 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 37 -
CMYK 0 0.53 0.68 0.55
HSL 13.67º 0.52% 0.3% -
HSV(B) 13.67º 0.68% 0.45% -
XYZ 8.9 6.58 2.55 -
YUV 71.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 116 55 37 0 0.53 0.68 0.55 13.67 0.52 0.3
Hex 74 37 25 0 35 44 37 E 34 1E
Octal 164 67 45 0 65 104 67 16 64 36
Binary 1110100 110111 100101 0 110101 1000100 110111 1110 110100 11110

Color Harmonies of #743725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743725

Black with #743725

Text Example


Text Example

White with #743725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743725; }

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

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

background-color css

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

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

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

border-color css

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

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

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