Html Css Color HEX #783825 Pueblo

📋 copy color: '#783825'

red 120 ◦ green 56 ◦ blue 37

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

Shades of Pueblo #783825

Tints of Pueblo #783825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

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

R = 56.34%
G = 26.29%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#783825 (or 0x783825) is known color: Pueblo. HEX triplet: 78, 38 and 25. RGB value is (120,56,37). Sum of RGB (Red+Green+Blue) = 120+56+37=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #783825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783825 is #87C7DA. Grayscale: #494949. Windows color (decimal): -8898523 or 2439288. OLE color: 2439288.

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

Color convert

RGB 120 56 37 -
CMYK 0 0.53 0.69 0.53
HSL 13.73º 0.53% 0.31% -
HSV(B) 13.73º 0.69% 0.47% -
XYZ 9.49 6.95 2.59 -
YUV 72.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 120 56 37 0 0.53 0.69 0.53 13.73 0.53 0.31
Hex 78 38 25 0 35 45 35 E 35 1F
Octal 170 70 45 0 65 105 65 16 65 37
Binary 1111000 111000 100101 0 110101 1000101 110101 1110 110101 11111

Color Harmonies of #783825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783825

Black with #783825

Text Example


Text Example

White with #783825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783825; }

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

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

background-color css

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

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

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

border-color css

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

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

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