Html Css Color HEX #752E1B Pueblo

📋 copy color: '#752E1B'

red 117 ◦ green 46 ◦ blue 27

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

Shades of Pueblo #752E1B

Tints of Pueblo #752E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 61.58%
G = 24.21%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#752E1B (or 0x752E1B) is known color: Pueblo. HEX triplet: 75, 2E and 1B. RGB value is (117,46,27). Sum of RGB (Red+Green+Blue) = 117+46+27=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1B is #8AD1E4. Grayscale: #414141. Windows color (decimal): -9097701 or 1781365. OLE color: 1781365.

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

Color convert

RGB 117 46 27 -
CMYK 0 0.61 0.77 0.54
HSL 12.67º 0.63% 0.28% -
HSV(B) 12.67º 0.77% 0.46% -
XYZ 8.51 5.82 1.71 -
YUV 65.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 117 46 27 0 0.61 0.77 0.54 12.67 0.63 0.28
Hex 75 2E 1B 0 3D 4D 36 D 3E 1C
Octal 165 56 33 0 75 115 66 15 76 34
Binary 1110101 101110 11011 0 111101 1001101 110110 1101 111110 11100

Color Harmonies of #752E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E1B

Black with #752E1B

Text Example


Text Example

White with #752E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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