Html Css Color HEX #743825 Pueblo

📋 copy color: '#743825'

red 116 ◦ green 56 ◦ blue 37

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

Shades of Pueblo #743825

Tints of Pueblo #743825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 55.5%
G = 26.79%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#743825 (or 0x743825) is known color: Pueblo. HEX triplet: 74, 38 and 25. RGB value is (116,56,37). Sum of RGB (Red+Green+Blue) = 116+56+37=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #743825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743825 is #8BC7DA. Grayscale: #474747. Windows color (decimal): -9160667 or 2439284. OLE color: 2439284.

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

Color convert

RGB 116 56 37 -
CMYK 0 0.52 0.68 0.55
HSL 14.43º 0.52% 0.3% -
HSV(B) 14.43º 0.68% 0.45% -
XYZ 8.95 6.67 2.57 -
YUV 71.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 116 56 37 0 0.52 0.68 0.55 14.43 0.52 0.3
Hex 74 38 25 0 34 44 37 E 34 1E
Octal 164 70 45 0 64 104 67 16 64 36
Binary 1110100 111000 100101 0 110100 1000100 110111 1110 110100 11110

Color Harmonies of #743825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743825

Black with #743825

Text Example


Text Example

White with #743825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743825; }

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

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

background-color css

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

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

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

border-color css

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

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

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