Html Css Color HEX #703827 Pueblo

📋 copy color: '#703827'

red 112 ◦ green 56 ◦ blue 39

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

Shades of Pueblo #703827

Tints of Pueblo #703827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 54.11%
G = 27.05%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#703827 (or 0x703827) is known color: Pueblo. HEX triplet: 70, 38 and 27. RGB value is (112,56,39). Sum of RGB (Red+Green+Blue) = 112+56+39=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703827 is #8FC7D8. Grayscale: #464646. Windows color (decimal): -9422809 or 2570352. OLE color: 2570352.

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

Color convert

RGB 112 56 39 -
CMYK 0 0.50 0.65 0.56
HSL 13.97º 0.48% 0.3% -
HSV(B) 13.97º 0.65% 0.44% -
XYZ 8.46 6.42 2.71 -
YUV 70.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 112 56 39 0 0.50 0.65 0.56 13.97 0.48 0.3
Hex 70 38 27 0 32 41 38 E 30 1E
Octal 160 70 47 0 62 101 70 16 60 36
Binary 1110000 111000 100111 0 110010 1000001 111000 1110 110000 11110

Color Harmonies of #703827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703827

Black with #703827

Text Example


Text Example

White with #703827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703827; }

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

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

background-color css

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

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

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

border-color css

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

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

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