Html Css Color HEX #783328 Pueblo

📋 copy color: '#783328'

red 120 ◦ green 51 ◦ blue 40

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

Shades of Pueblo #783328

Tints of Pueblo #783328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 56.87%
G = 24.17%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#783328 (or 0x783328) is known color: Pueblo. HEX triplet: 78, 33 and 28. RGB value is (120,51,40). Sum of RGB (Red+Green+Blue) = 120+51+40=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #783328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783328 is #87CCD7. Grayscale: #464646. Windows color (decimal): -8899800 or 2634616. OLE color: 2634616.

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

Color convert

RGB 120 51 40 -
CMYK 0 0.58 0.67 0.53
HSL 8.25º 0.5% 0.31% -
HSV(B) 8.25º 0.67% 0.47% -
XYZ 9.31 6.51 2.77 -
YUV 70.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 120 51 40 0 0.58 0.67 0.53 8.25 0.5 0.31
Hex 78 33 28 0 3A 43 35 8 32 1F
Octal 170 63 50 0 72 103 65 10 62 37
Binary 1111000 110011 101000 0 111010 1000011 110101 1000 110010 11111

Color Harmonies of #783328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783328

Black with #783328

Text Example


Text Example

White with #783328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783328; }

 p { color: rgb(120,51,40); }

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

background-color css

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

 a { background-color: rgb(120,51,40); }

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

border-color css

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

 span { border-color: rgb(120,51,40); }

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