Html Css Color HEX #703725 Pueblo

📋 copy color: '#703725'

red 112 ◦ green 55 ◦ blue 37

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

Shades of Pueblo #703725

Tints of Pueblo #703725

RGB

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

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

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

R = 54.9%
G = 26.96%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#703725 (or 0x703725) is known color: Pueblo. HEX triplet: 70, 37 and 25. RGB value is (112,55,37). Sum of RGB (Red+Green+Blue) = 112+55+37=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703725 is #8FC8DA. Grayscale: #464646. Windows color (decimal): -9423067 or 2439024. OLE color: 2439024.

HSL color Cylindrical-coordinate representation of color #703725: hue angle of 14.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703725 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 37 -
CMYK 0 0.51 0.67 0.56
HSL 14.4º 0.5% 0.29% -
HSV(B) 14.4º 0.67% 0.44% -
XYZ 8.38 6.31 2.53 -
YUV 69.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 112 55 37 0 0.51 0.67 0.56 14.4 0.5 0.29
Hex 70 37 25 0 33 43 38 E 32 1D
Octal 160 67 45 0 63 103 70 16 62 35
Binary 1110000 110111 100101 0 110011 1000011 111000 1110 110010 11101

Color Harmonies of #703725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703725

Black with #703725

Text Example


Text Example

White with #703725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703725; }

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

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

background-color css

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

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

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

border-color css

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

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

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