Html Css Color HEX #752F21 Pueblo

📋 copy color: '#752F21'

red 117 ◦ green 47 ◦ blue 33

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

Shades of Pueblo #752F21

Tints of Pueblo #752F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 59.39%
G = 23.86%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752F21 (or 0x752F21) is known color: Pueblo. HEX triplet: 75, 2F and 21. RGB value is (117,47,33). Sum of RGB (Red+Green+Blue) = 117+47+33=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F21 is #8AD0DE. Grayscale: #424242. Windows color (decimal): -9097439 or 2174837. OLE color: 2174837.

HSL color Cylindrical-coordinate representation of color #752F21: hue angle of 10º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752F21 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 33 -
CMYK 0 0.60 0.72 0.54
HSL 10º 0.56% 0.29% -
HSV(B) 10º 0.72% 0.46% -
XYZ 8.63 5.92 2.13 -
YUV 66.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 117 47 33 0 0.60 0.72 0.54 10 0.56 0.29
Hex 75 2F 21 0 3C 48 36 A 38 1D
Octal 165 57 41 0 74 110 66 12 70 35
Binary 1110101 101111 100001 0 111100 1001000 110110 1010 111000 11101

Color Harmonies of #752F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F21

Black with #752F21

Text Example


Text Example

White with #752F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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