Html Css Color HEX #713223 Pueblo

📋 copy color: '#713223'

red 113 ◦ green 50 ◦ blue 35

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

Shades of Pueblo #713223

Tints of Pueblo #713223

RGB

 RED value IS 113 (44.53% from 255) = 57.07%

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

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

R = 57.07%
G = 25.25%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#713223 (or 0x713223) is known color: Pueblo. HEX triplet: 71, 32 and 23. RGB value is (113,50,35). Sum of RGB (Red+Green+Blue) = 113+50+35=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713223 is #8ECDDC. Grayscale: #434343. Windows color (decimal): -9358813 or 2306673. OLE color: 2306673.

HSL color Cylindrical-coordinate representation of color #713223: hue angle of 11.54º degrees, saturation: 0.53, 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 #713223 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 35 -
CMYK 0 0.56 0.69 0.56
HSL 11.54º 0.53% 0.29% -
HSV(B) 11.54º 0.69% 0.44% -
XYZ 8.25 5.91 2.3 -
YUV 67.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 113 50 35 0 0.56 0.69 0.56 11.54 0.53 0.29
Hex 71 32 23 0 38 45 38 C 35 1D
Octal 161 62 43 0 70 105 70 14 65 35
Binary 1110001 110010 100011 0 111000 1000101 111000 1100 110101 11101

Color Harmonies of #713223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713223

Black with #713223

Text Example


Text Example

White with #713223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713223; }

 p { color: rgb(113,50,35); }

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

background-color css

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

 a { background-color: rgb(113,50,35); }

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

border-color css

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

 span { border-color: rgb(113,50,35); }

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