Html Css Color HEX #783225 Pueblo

📋 copy color: '#783225'

red 120 ◦ green 50 ◦ blue 37

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

Shades of Pueblo #783225

Tints of Pueblo #783225

RGB

 RED value IS 120 (47.27% from 255) = 57.97%

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 57.97%
G = 24.15%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#783225 (or 0x783225) is known color: Pueblo. HEX triplet: 78, 32 and 25. RGB value is (120,50,37). Sum of RGB (Red+Green+Blue) = 120+50+37=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #783225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783225 is #87CDDA. Grayscale: #454545. Windows color (decimal): -8900059 or 2437752. OLE color: 2437752.

HSL color Cylindrical-coordinate representation of color #783225: hue angle of 9.4º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #783225 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 37 -
CMYK 0 0.58 0.69 0.53
HSL 9.4º 0.53% 0.31% -
HSV(B) 9.4º 0.69% 0.47% -
XYZ 9.22 6.41 2.5 -
YUV 69.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 120 50 37 0 0.58 0.69 0.53 9.4 0.53 0.31
Hex 78 32 25 0 3A 45 35 9 35 1F
Octal 170 62 45 0 72 105 65 11 65 37
Binary 1111000 110010 100101 0 111010 1000101 110101 1001 110101 11111

Color Harmonies of #783225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783225

Black with #783225

Text Example


Text Example

White with #783225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783225; }

 p { color: rgb(120,50,37); }

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

background-color css

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

 a { background-color: rgb(120,50,37); }

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

border-color css

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

 span { border-color: rgb(120,50,37); }

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