Html Css Color HEX #783425 Pueblo

📋 copy color: '#783425'

red 120 ◦ green 52 ◦ blue 37

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

Shades of Pueblo #783425

Tints of Pueblo #783425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 57.42%
G = 24.88%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#783425 (or 0x783425) is known color: Pueblo. HEX triplet: 78, 34 and 25. RGB value is (120,52,37). Sum of RGB (Red+Green+Blue) = 120+52+37=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783425 is #87CBDA. Grayscale: #464646. Windows color (decimal): -8899547 or 2438264. OLE color: 2438264.

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

Color convert

RGB 120 52 37 -
CMYK 0 0.57 0.69 0.53
HSL 10.84º 0.53% 0.31% -
HSV(B) 10.84º 0.69% 0.47% -
XYZ 9.31 6.58 2.53 -
YUV 70.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 120 52 37 0 0.57 0.69 0.53 10.84 0.53 0.31
Hex 78 34 25 0 39 45 35 B 35 1F
Octal 170 64 45 0 71 105 65 13 65 37
Binary 1111000 110100 100101 0 111001 1000101 110101 1011 110101 11111

Color Harmonies of #783425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783425

Black with #783425

Text Example


Text Example

White with #783425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783425; }

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

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

background-color css

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

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

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

border-color css

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

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

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