Html Css Color HEX #753827 Pueblo

📋 copy color: '#753827'

red 117 ◦ green 56 ◦ blue 39

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

Shades of Pueblo #753827

Tints of Pueblo #753827

RGB

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

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

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

R = 55.19%
G = 26.42%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#753827 (or 0x753827) is known color: Pueblo. HEX triplet: 75, 38 and 27. RGB value is (117,56,39). Sum of RGB (Red+Green+Blue) = 117+56+39=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753827 is #8AC7D8. Grayscale: #484848. Windows color (decimal): -9095129 or 2570357. OLE color: 2570357.

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

Color convert

RGB 117 56 39 -
CMYK 0 0.52 0.67 0.54
HSL 13.08º 0.5% 0.31% -
HSV(B) 13.08º 0.67% 0.46% -
XYZ 9.12 6.76 2.74 -
YUV 72.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 117 56 39 0 0.52 0.67 0.54 13.08 0.5 0.31
Hex 75 38 27 0 34 43 36 D 32 1F
Octal 165 70 47 0 64 103 66 15 62 37
Binary 1110101 111000 100111 0 110100 1000011 110110 1101 110010 11111

Color Harmonies of #753827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753827

Black with #753827

Text Example


Text Example

White with #753827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753827; }

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

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

background-color css

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

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

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

border-color css

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

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

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