Html Css Color HEX #732513 Pueblo

📋 copy color: '#732513'

red 115 ◦ green 37 ◦ blue 19

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

Shades of Pueblo #732513

Tints of Pueblo #732513

RGB

 RED value IS 115 (45.31% from 255) = 67.25%

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 67.25%
G = 21.64%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#732513 (or 0x732513) is known color: Pueblo. HEX triplet: 73, 25 and 13. RGB value is (115,37,19). Sum of RGB (Red+Green+Blue) = 115+37+19=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #732513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732513 is #8CDAEC. Grayscale: #3A3A3A. Windows color (decimal): -9231085 or 1254771. OLE color: 1254771.

HSL color Cylindrical-coordinate representation of color #732513: hue angle of 11.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732513 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 19 -
CMYK 0 0.68 0.83 0.55
HSL 11.25º 0.72% 0.26% -
HSV(B) 11.25º 0.83% 0.45% -
XYZ 7.85 5.01 1.17 -
YUV 58.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 115 37 19 0 0.68 0.83 0.55 11.25 0.72 0.26
Hex 73 25 13 0 44 53 37 B 48 1A
Octal 163 45 23 0 104 123 67 13 110 32
Binary 1110011 100101 10011 0 1000100 1010011 110111 1011 1001000 11010

Color Harmonies of #732513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732513

Black with #732513

Text Example


Text Example

White with #732513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732513; }

 p { color: rgb(115,37,19); }

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

background-color css

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

 a { background-color: rgb(115,37,19); }

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

border-color css

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

 span { border-color: rgb(115,37,19); }

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