Html Css Color HEX #752E1A Pueblo

📋 copy color: '#752E1A'

red 117 ◦ green 46 ◦ blue 26

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

Shades of Pueblo #752E1A

Tints of Pueblo #752E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.34%

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

R = 61.9%
G = 24.34%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#752E1A (or 0x752E1A) is known color: Pueblo. HEX triplet: 75, 2E and 1A. RGB value is (117,46,26). Sum of RGB (Red+Green+Blue) = 117+46+26=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1A is #8AD1E5. Grayscale: #414141. Windows color (decimal): -9097702 or 1715829. OLE color: 1715829.

HSL color Cylindrical-coordinate representation of color #752E1A: hue angle of 13.19º 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 #752E1A is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 26 -
CMYK 0 0.61 0.78 0.54
HSL 13.19º 0.64% 0.28% -
HSV(B) 13.19º 0.78% 0.46% -
XYZ 8.5 5.81 1.65 -
YUV 64.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 117 46 26 0 0.61 0.78 0.54 13.19 0.64 0.28
Hex 75 2E 1A 0 3D 4E 36 D 40 1C
Octal 165 56 32 0 75 116 66 15 100 34
Binary 1110101 101110 11010 0 111101 1001110 110110 1101 1000000 11100

Color Harmonies of #752E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E1A

Black with #752E1A

Text Example


Text Example

White with #752E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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