Html Css Color HEX #713323 Pueblo

📋 copy color: '#713323'

red 113 ◦ green 51 ◦ blue 35

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

Shades of Pueblo #713323

Tints of Pueblo #713323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 56.78%
G = 25.63%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#713323 (or 0x713323) is known color: Pueblo. HEX triplet: 71, 33 and 23. RGB value is (113,51,35). Sum of RGB (Red+Green+Blue) = 113+51+35=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713323 is #8ECCDC. Grayscale: #434343. Windows color (decimal): -9358557 or 2306929. OLE color: 2306929.

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

Color convert

RGB 113 51 35 -
CMYK 0 0.55 0.69 0.56
HSL 12.31º 0.53% 0.29% -
HSV(B) 12.31º 0.69% 0.44% -
XYZ 8.3 6 2.31 -
YUV 67.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 113 51 35 0 0.55 0.69 0.56 12.31 0.53 0.29
Hex 71 33 23 0 37 45 38 C 35 1D
Octal 161 63 43 0 67 105 70 14 65 35
Binary 1110001 110011 100011 0 110111 1000101 111000 1100 110101 11101

Color Harmonies of #713323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713323

Black with #713323

Text Example


Text Example

White with #713323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713323; }

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

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

background-color css

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

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

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

border-color css

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

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

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