Html Css Color HEX #703024 Pueblo

📋 copy color: '#703024'

red 112 ◦ green 48 ◦ blue 36

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

Shades of Pueblo #703024

Tints of Pueblo #703024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 57.14%
G = 24.49%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#703024 (or 0x703024) is known color: Pueblo. HEX triplet: 70, 30 and 24. RGB value is (112,48,36). Sum of RGB (Red+Green+Blue) = 112+48+36=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703024 is #8FCFDB. Grayscale: #414141. Windows color (decimal): -9424860 or 2371696. OLE color: 2371696.

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

Color convert

RGB 112 48 36 -
CMYK 0 0.57 0.68 0.56
HSL 9.47º 0.51% 0.29% -
HSV(B) 9.47º 0.68% 0.44% -
XYZ 8.06 5.69 2.34 -
YUV 65.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 112 48 36 0 0.57 0.68 0.56 9.47 0.51 0.29
Hex 70 30 24 0 39 44 38 9 33 1D
Octal 160 60 44 0 71 104 70 11 63 35
Binary 1110000 110000 100100 0 111001 1000100 111000 1001 110011 11101

Color Harmonies of #703024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703024

Black with #703024

Text Example


Text Example

White with #703024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703024; }

 p { color: rgb(112,48,36); }

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

background-color css

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

 a { background-color: rgb(112,48,36); }

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

border-color css

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

 span { border-color: rgb(112,48,36); }

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