Html Css Color HEX #752B1A Pueblo

📋 copy color: '#752B1A'

red 117 ◦ green 43 ◦ blue 26

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

Shades of Pueblo #752B1A

Tints of Pueblo #752B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 62.9%
G = 23.12%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#752B1A (or 0x752B1A) is known color: Pueblo. HEX triplet: 75, 2B and 1A. RGB value is (117,43,26). Sum of RGB (Red+Green+Blue) = 117+43+26=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B1A is #8AD4E5. Grayscale: #3F3F3F. Windows color (decimal): -9098470 or 1715061. OLE color: 1715061.

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

Color convert

RGB 117 43 26 -
CMYK 0 0.63 0.78 0.54
HSL 11.21º 0.64% 0.28% -
HSV(B) 11.21º 0.78% 0.46% -
XYZ 8.39 5.58 1.61 -
YUV 63.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 117 43 26 0 0.63 0.78 0.54 11.21 0.64 0.28
Hex 75 2B 1A 0 3F 4E 36 B 40 1C
Octal 165 53 32 0 77 116 66 13 100 34
Binary 1110101 101011 11010 0 111111 1001110 110110 1011 1000000 11100

Color Harmonies of #752B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B1A

Black with #752B1A

Text Example


Text Example

White with #752B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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