Html Css Color HEX #763525 Pueblo

📋 copy color: '#763525'

red 118 ◦ green 53 ◦ blue 37

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

Shades of Pueblo #763525

Tints of Pueblo #763525

RGB

 RED value IS 118 (46.48% from 255) = 56.73%

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 56.73%
G = 25.48%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#763525 (or 0x763525) is known color: Pueblo. HEX triplet: 76, 35 and 25. RGB value is (118,53,37). Sum of RGB (Red+Green+Blue) = 118+53+37=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763525 is #89CADA. Grayscale: #464646. Windows color (decimal): -9030363 or 2438518. OLE color: 2438518.

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

Color convert

RGB 118 53 37 -
CMYK 0 0.55 0.69 0.54
HSL 11.85º 0.52% 0.3% -
HSV(B) 11.85º 0.69% 0.46% -
XYZ 9.08 6.53 2.53 -
YUV 70.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 118 53 37 0 0.55 0.69 0.54 11.85 0.52 0.3
Hex 76 35 25 0 37 45 36 C 34 1E
Octal 166 65 45 0 67 105 66 14 64 36
Binary 1110110 110101 100101 0 110111 1000101 110110 1100 110100 11110

Color Harmonies of #763525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763525

Black with #763525

Text Example


Text Example

White with #763525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763525; }

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

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

background-color css

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

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

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

border-color css

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

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

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