Html Css Color HEX #753426 Pueblo

📋 copy color: '#753426'

red 117 ◦ green 52 ◦ blue 38

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

Shades of Pueblo #753426

Tints of Pueblo #753426

RGB

 RED value IS 117 (46.09% from 255) = 56.52%

 GREEN value IS 52 (20.7% from 255) = 25.12%

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 56.52%
G = 25.12%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#753426 (or 0x753426) is known color: Pueblo. HEX triplet: 75, 34 and 26. RGB value is (117,52,38). Sum of RGB (Red+Green+Blue) = 117+52+38=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753426 is #8ACBD9. Grayscale: #454545. Windows color (decimal): -9096154 or 2503797. OLE color: 2503797.

HSL color Cylindrical-coordinate representation of color #753426: hue angle of 10.63º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753426 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 38 -
CMYK 0 0.56 0.68 0.54
HSL 10.63º 0.51% 0.3% -
HSV(B) 10.63º 0.68% 0.46% -
XYZ 8.91 6.38 2.59 -
YUV 69.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 117 52 38 0 0.56 0.68 0.54 10.63 0.51 0.3
Hex 75 34 26 0 38 44 36 B 33 1E
Octal 165 64 46 0 70 104 66 13 63 36
Binary 1110101 110100 100110 0 111000 1000100 110110 1011 110011 11110

Color Harmonies of #753426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753426

Black with #753426

Text Example


Text Example

White with #753426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753426; }

 p { color: rgb(117,52,38); }

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

background-color css

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

 a { background-color: rgb(117,52,38); }

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

border-color css

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

 span { border-color: rgb(117,52,38); }

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