Html Css Color HEX #752E23 Pueblo

📋 copy color: '#752E23'

red 117 ◦ green 46 ◦ blue 35

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

Shades of Pueblo #752E23

Tints of Pueblo #752E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 59.09%
G = 23.23%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752E23 (or 0x752E23) is known color: Pueblo. HEX triplet: 75, 2E and 23. RGB value is (117,46,35). Sum of RGB (Red+Green+Blue) = 117+46+35=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E23 is #8AD1DC. Grayscale: #424242. Windows color (decimal): -9097693 or 2305653. OLE color: 2305653.

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

Color convert

RGB 117 46 35 -
CMYK 0 0.61 0.70 0.54
HSL 8.05º 0.54% 0.3% -
HSV(B) 8.05º 0.7% 0.46% -
XYZ 8.62 5.86 2.27 -
YUV 65.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 117 46 35 0 0.61 0.70 0.54 8.05 0.54 0.3
Hex 75 2E 23 0 3D 46 36 8 36 1E
Octal 165 56 43 0 75 106 66 10 66 36
Binary 1110101 101110 100011 0 111101 1000110 110110 1000 110110 11110

Color Harmonies of #752E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E23

Black with #752E23

Text Example


Text Example

White with #752E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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