Html Css Color HEX #752C21 Pueblo

📋 copy color: '#752C21'

red 117 ◦ green 44 ◦ blue 33

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

Shades of Pueblo #752C21

Tints of Pueblo #752C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.68%

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

R = 60.31%
G = 22.68%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752C21 (or 0x752C21) is known color: Pueblo. HEX triplet: 75, 2C and 21. RGB value is (117,44,33). Sum of RGB (Red+Green+Blue) = 117+44+33=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C21 is #8AD3DE. Grayscale: #404040. Windows color (decimal): -9098207 or 2174069. OLE color: 2174069.

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

Color convert

RGB 117 44 33 -
CMYK 0 0.62 0.72 0.54
HSL 7.86º 0.56% 0.29% -
HSV(B) 7.86º 0.72% 0.46% -
XYZ 8.51 5.69 2.09 -
YUV 64.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 117 44 33 0 0.62 0.72 0.54 7.86 0.56 0.29
Hex 75 2C 21 0 3E 48 36 8 38 1D
Octal 165 54 41 0 76 110 66 10 70 35
Binary 1110101 101100 100001 0 111110 1001000 110110 1000 111000 11101

Color Harmonies of #752C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C21

Black with #752C21

Text Example


Text Example

White with #752C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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