#763825

Color #763825 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #763825

Tints of Pueblo #763825

Color information

#763825 (or 0x763825) is unknown color: approx Pueblo. HEX triplet: 76, 38 and 25. RGB value is (118,56,37). Sum of RGB (Red+Green+Blue) = 118+56+37=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763825 is #89C7DA. Grayscale: #484848. Windows color (decimal): -9029595 or 2439286. OLE color: 2439286.

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

Color convert

RGB1185637-
CMYK00.530.690.54
HSL14.07º52.26%30.39%-
HSV(B)14.07º68.64%46.27%-
XYZ9.226.812.58-
YUV72.37108.04160.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=55.92%
G=26.54%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118563700.530.690.5414.0752.2630.39
Hex7638250354536e341e
Octal166704506510566166436
Binary111011011100010010101101011000101110110111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763825; }

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

 H1.HeaderClassName
 {
   color: #763825;
 }
 .AnyTagClassName
 {
   color: #763825;
 }
</style>
background-color css

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

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

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

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

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

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