Html Css Color HEX #703828 Pueblo

📋 copy color: '#703828'

red 112 ◦ green 56 ◦ blue 40

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

Shades of Pueblo #703828

Tints of Pueblo #703828

RGB

 RED value IS 112 (44.14% from 255) = 53.85%

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

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

R = 53.85%
G = 26.92%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703828 (or 0x703828) is known color: Pueblo. HEX triplet: 70, 38 and 28. RGB value is (112,56,40). Sum of RGB (Red+Green+Blue) = 112+56+40=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #703828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703828 is #8FC7D7. Grayscale: #474747. Windows color (decimal): -9422808 or 2635888. OLE color: 2635888.

HSL color Cylindrical-coordinate representation of color #703828: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703828 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 40 -
CMYK 0 0.50 0.64 0.56
HSL 13.33º 0.47% 0.3% -
HSV(B) 13.33º 0.64% 0.44% -
XYZ 8.48 6.43 2.8 -
YUV 70.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 112 56 40 0 0.50 0.64 0.56 13.33 0.47 0.3
Hex 70 38 28 0 32 40 38 D 2F 1E
Octal 160 70 50 0 62 100 70 15 57 36
Binary 1110000 111000 101000 0 110010 1000000 111000 1101 101111 11110

Color Harmonies of #703828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703828

Black with #703828

Text Example


Text Example

White with #703828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703828; }

 p { color: rgb(112,56,40); }

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

background-color css

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

 a { background-color: rgb(112,56,40); }

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

border-color css

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

 span { border-color: rgb(112,56,40); }

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