Html Css Color HEX #703225 Pueblo

📋 copy color: '#703225'

red 112 ◦ green 50 ◦ blue 37

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

Shades of Pueblo #703225

Tints of Pueblo #703225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 56.28%
G = 25.13%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#703225 (or 0x703225) is known color: Pueblo. HEX triplet: 70, 32 and 25. RGB value is (112,50,37). Sum of RGB (Red+Green+Blue) = 112+50+37=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703225 is #8FCDDA. Grayscale: #434343. Windows color (decimal): -9424347 or 2437744. OLE color: 2437744.

HSL color Cylindrical-coordinate representation of color #703225: hue angle of 10.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 #703225 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 37 -
CMYK 0 0.55 0.67 0.56
HSL 10.4º 0.5% 0.29% -
HSV(B) 10.4º 0.67% 0.44% -
XYZ 8.16 5.86 2.45 -
YUV 67.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 112 50 37 0 0.55 0.67 0.56 10.4 0.5 0.29
Hex 70 32 25 0 37 43 38 A 32 1D
Octal 160 62 45 0 67 103 70 12 62 35
Binary 1110000 110010 100101 0 110111 1000011 111000 1010 110010 11101

Color Harmonies of #703225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703225

Black with #703225

Text Example


Text Example

White with #703225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703225; }

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

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

background-color css

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

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

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

border-color css

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

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

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