Html Css Color HEX #713623 Pueblo

📋 copy color: '#713623'

red 113 ◦ green 54 ◦ blue 35

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

Shades of Pueblo #713623

Tints of Pueblo #713623

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

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

R = 55.94%
G = 26.73%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#713623 (or 0x713623) is known color: Pueblo. HEX triplet: 71, 36 and 23. RGB value is (113,54,35). Sum of RGB (Red+Green+Blue) = 113+54+35=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713623 is #8EC9DC. Grayscale: #454545. Windows color (decimal): -9357789 or 2307697. OLE color: 2307697.

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

Color convert

RGB 113 54 35 -
CMYK 0 0.52 0.69 0.56
HSL 14.62º 0.53% 0.29% -
HSV(B) 14.62º 0.69% 0.44% -
XYZ 8.43 6.27 2.36 -
YUV 69.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 113 54 35 0 0.52 0.69 0.56 14.62 0.53 0.29
Hex 71 36 23 0 34 45 38 F 35 1D
Octal 161 66 43 0 64 105 70 17 65 35
Binary 1110001 110110 100011 0 110100 1000101 111000 1111 110101 11101

Color Harmonies of #713623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713623

Black with #713623

Text Example


Text Example

White with #713623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713623; }

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

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

background-color css

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

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

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

border-color css

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

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

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