Html Css Color HEX #703423 Pueblo

📋 copy color: '#703423'

red 112 ◦ green 52 ◦ blue 35

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

Shades of Pueblo #703423

Tints of Pueblo #703423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 56.28%
G = 26.13%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703423 (or 0x703423) is known color: Pueblo. HEX triplet: 70, 34 and 23. RGB value is (112,52,35). Sum of RGB (Red+Green+Blue) = 112+52+35=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703423 is #8FCBDC. Grayscale: #444444. Windows color (decimal): -9423837 or 2307184. OLE color: 2307184.

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

Color convert

RGB 112 52 35 -
CMYK 0 0.54 0.69 0.56
HSL 13.25º 0.52% 0.29% -
HSV(B) 13.25º 0.69% 0.44% -
XYZ 8.21 6.02 2.32 -
YUV 68 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 112 52 35 0 0.54 0.69 0.56 13.25 0.52 0.29
Hex 70 34 23 0 36 45 38 D 34 1D
Octal 160 64 43 0 66 105 70 15 64 35
Binary 1110000 110100 100011 0 110110 1000101 111000 1101 110100 11101

Color Harmonies of #703423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703423

Black with #703423

Text Example


Text Example

White with #703423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703423; }

 p { color: rgb(112,52,35); }

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

background-color css

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

 a { background-color: rgb(112,52,35); }

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

border-color css

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

 span { border-color: rgb(112,52,35); }

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