Html Css Color HEX #752B13 Pueblo

📋 copy color: '#752B13'

red 117 ◦ green 43 ◦ blue 19

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

Shades of Pueblo #752B13

Tints of Pueblo #752B13

RGB

 RED value IS 117 (46.09% from 255) = 65.36%

 GREEN value IS 43 (17.19% from 255) = 24.02%

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

R = 65.36%
G = 24.02%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752B13 (or 0x752B13) is known color: Pueblo. HEX triplet: 75, 2B and 13. RGB value is (117,43,19). Sum of RGB (Red+Green+Blue) = 117+43+19=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #752B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B13 is #8AD4EC. Grayscale: #3E3E3E. Windows color (decimal): -9098477 or 1256309. OLE color: 1256309.

HSL color Cylindrical-coordinate representation of color #752B13: hue angle of 14.69º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #752B13 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 19 -
CMYK 0 0.63 0.84 0.54
HSL 14.69º 0.72% 0.27% -
HSV(B) 14.69º 0.84% 0.46% -
XYZ 8.32 5.56 1.25 -
YUV 62.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 117 43 19 0 0.63 0.84 0.54 14.69 0.72 0.27
Hex 75 2B 13 0 3F 54 36 F 48 1B
Octal 165 53 23 0 77 124 66 17 110 33
Binary 1110101 101011 10011 0 111111 1010100 110110 1111 1001000 11011

Color Harmonies of #752B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B13

Black with #752B13

Text Example


Text Example

White with #752B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752B13; }

 p { color: rgb(117,43,19); }

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

background-color css

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

 a { background-color: rgb(117,43,19); }

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

border-color css

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

 span { border-color: rgb(117,43,19); }

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