Html Css Color HEX #703728 Pueblo

📋 copy color: '#703728'

red 112 ◦ green 55 ◦ blue 40

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

Shades of Pueblo #703728

Tints of Pueblo #703728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

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

R = 54.11%
G = 26.57%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703728 (or 0x703728) is known color: Pueblo. HEX triplet: 70, 37 and 28. RGB value is (112,55,40). Sum of RGB (Red+Green+Blue) = 112+55+40=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703728 is #8FC8D7. Grayscale: #464646. Windows color (decimal): -9423064 or 2635632. OLE color: 2635632.

HSL color Cylindrical-coordinate representation of color #703728: hue angle of 12.5º 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 #703728 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 40 -
CMYK 0 0.51 0.64 0.56
HSL 12.5º 0.47% 0.3% -
HSV(B) 12.5º 0.64% 0.44% -
XYZ 8.43 6.33 2.78 -
YUV 70.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 112 55 40 0 0.51 0.64 0.56 12.5 0.47 0.3
Hex 70 37 28 0 33 40 38 C 2F 1E
Octal 160 67 50 0 63 100 70 14 57 36
Binary 1110000 110111 101000 0 110011 1000000 111000 1100 101111 11110

Color Harmonies of #703728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703728

Black with #703728

Text Example


Text Example

White with #703728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703728; }

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

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

background-color css

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

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

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

border-color css

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

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

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