Html Css Color HEX #713521 Pueblo

📋 copy color: '#713521'

red 113 ◦ green 53 ◦ blue 33

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

Shades of Pueblo #713521

Tints of Pueblo #713521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 56.78%
G = 26.63%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#713521 (or 0x713521) is known color: Pueblo. HEX triplet: 71, 35 and 21. RGB value is (113,53,33). Sum of RGB (Red+Green+Blue) = 113+53+33=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713521 is #8ECADE. Grayscale: #444444. Windows color (decimal): -9358047 or 2176369. OLE color: 2176369.

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

Color convert

RGB 113 53 33 -
CMYK 0 0.53 0.71 0.56
HSL 15º 0.55% 0.29% -
HSV(B) 15º 0.71% 0.44% -
XYZ 8.36 6.17 2.19 -
YUV 68.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 113 53 33 0 0.53 0.71 0.56 15 0.55 0.29
Hex 71 35 21 0 35 47 38 F 37 1D
Octal 161 65 41 0 65 107 70 17 67 35
Binary 1110001 110101 100001 0 110101 1000111 111000 1111 110111 11101

Color Harmonies of #713521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713521

Black with #713521

Text Example


Text Example

White with #713521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713521; }

 p { color: rgb(113,53,33); }

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

background-color css

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

 a { background-color: rgb(113,53,33); }

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

border-color css

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

 span { border-color: rgb(113,53,33); }

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