Html Css Color HEX #703018 Pueblo

📋 copy color: '#703018'

red 112 ◦ green 48 ◦ blue 24

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

Shades of Pueblo #703018

Tints of Pueblo #703018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 60.87%
G = 26.09%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#703018 (or 0x703018) is known color: Pueblo. HEX triplet: 70, 30 and 18. RGB value is (112,48,24). Sum of RGB (Red+Green+Blue) = 112+48+24=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703018 is #8FCFE7. Grayscale: #404040. Windows color (decimal): -9424872 or 1585264. OLE color: 1585264.

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

Color convert

RGB 112 48 24 -
CMYK 0 0.57 0.79 0.56
HSL 16.36º 0.65% 0.27% -
HSV(B) 16.36º 0.79% 0.44% -
XYZ 7.9 5.62 1.53 -
YUV 64.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 112 48 24 0 0.57 0.79 0.56 16.36 0.65 0.27
Hex 70 30 18 0 39 4F 38 10 41 1B
Octal 160 60 30 0 71 117 70 20 101 33
Binary 1110000 110000 11000 0 111001 1001111 111000 10000 1000001 11011

Color Harmonies of #703018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703018

Black with #703018

Text Example


Text Example

White with #703018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703018; }

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

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

background-color css

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

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

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

border-color css

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

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

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