#763023

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

Shades of Pueblo #763023

Tints of Pueblo #763023

Color information

#763023 (or 0x763023) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 23. RGB value is (118,48,35). Sum of RGB (Red+Green+Blue) = 118+48+35=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763023 is #89CFDC. Grayscale: #434343. Windows color (decimal): -9031645 or 2306166. OLE color: 2306166.

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

Color convert

RGB1184835-
CMYK00.590.700.54
HSL9.4º54.25%30%-
HSV(B)9.4º70.34%46.27%-
XYZ8.836.092.3-
YUV67.45109.69164.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=58.71%
G=23.88%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118483500.590.700.549.454.2530
Hex76302303B46369361e
Octal166604307310666116636
Binary111011011000010001101110111000110110110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763023; }

 p { color: rgb(118,48,35); }

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

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

 a { background-color: rgb(118,48,35); }

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

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

 span { border-color: rgb(118,48,35); }

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