Html Css Color HEX #753727 Pueblo

📋 copy color: '#753727'

red 117 ◦ green 55 ◦ blue 39

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

Shades of Pueblo #753727

Tints of Pueblo #753727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 55.45%
G = 26.07%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#753727 (or 0x753727) is known color: Pueblo. HEX triplet: 75, 37 and 27. RGB value is (117,55,39). Sum of RGB (Red+Green+Blue) = 117+55+39=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #753727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753727 is #8AC8D8. Grayscale: #474747. Windows color (decimal): -9095385 or 2570101. OLE color: 2570101.

HSL color Cylindrical-coordinate representation of color #753727: hue angle of 12.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753727 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 39 -
CMYK 0 0.53 0.67 0.54
HSL 12.31º 0.5% 0.31% -
HSV(B) 12.31º 0.67% 0.46% -
XYZ 9.07 6.66 2.73 -
YUV 71.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 117 55 39 0 0.53 0.67 0.54 12.31 0.5 0.31
Hex 75 37 27 0 35 43 36 C 32 1F
Octal 165 67 47 0 65 103 66 14 62 37
Binary 1110101 110111 100111 0 110101 1000011 110110 1100 110010 11111

Color Harmonies of #753727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753727

Black with #753727

Text Example


Text Example

White with #753727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753727; }

 p { color: rgb(117,55,39); }

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

background-color css

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

 a { background-color: rgb(117,55,39); }

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

border-color css

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

 span { border-color: rgb(117,55,39); }

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