Html Css Color HEX #752F23 Pueblo

📋 copy color: '#752F23'

red 117 ◦ green 47 ◦ blue 35

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

Shades of Pueblo #752F23

Tints of Pueblo #752F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

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

R = 58.79%
G = 23.62%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752F23 (or 0x752F23) is known color: Pueblo. HEX triplet: 75, 2F and 23. RGB value is (117,47,35). Sum of RGB (Red+Green+Blue) = 117+47+35=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F23 is #8AD0DC. Grayscale: #424242. Windows color (decimal): -9097437 or 2305909. OLE color: 2305909.

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

Color convert

RGB 117 47 35 -
CMYK 0 0.60 0.70 0.54
HSL 8.78º 0.54% 0.3% -
HSV(B) 8.78º 0.7% 0.46% -
XYZ 8.66 5.94 2.28 -
YUV 66.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 117 47 35 0 0.60 0.70 0.54 8.78 0.54 0.3
Hex 75 2F 23 0 3C 46 36 9 36 1E
Octal 165 57 43 0 74 106 66 11 66 36
Binary 1110101 101111 100011 0 111100 1000110 110110 1001 110110 11110

Color Harmonies of #752F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F23

Black with #752F23

Text Example


Text Example

White with #752F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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