Html Css Color HEX #752D1F Pueblo

📋 copy color: '#752D1F'

red 117 ◦ green 45 ◦ blue 31

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

Shades of Pueblo #752D1F

Tints of Pueblo #752D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.32%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 60.62%
G = 23.32%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#752D1F (or 0x752D1F) is known color: Pueblo. HEX triplet: 75, 2D and 1F. RGB value is (117,45,31). Sum of RGB (Red+Green+Blue) = 117+45+31=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D1F is #8AD2E0. Grayscale: #414141. Windows color (decimal): -9097953 or 2043253. OLE color: 2043253.

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

Color convert

RGB 117 45 31 -
CMYK 0 0.62 0.74 0.54
HSL 9.77º 0.58% 0.29% -
HSV(B) 9.77º 0.74% 0.46% -
XYZ 8.52 5.76 1.96 -
YUV 64.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 117 45 31 0 0.62 0.74 0.54 9.77 0.58 0.29
Hex 75 2D 1F 0 3E 4A 36 A 3A 1D
Octal 165 55 37 0 76 112 66 12 72 35
Binary 1110101 101101 11111 0 111110 1001010 110110 1010 111010 11101

Color Harmonies of #752D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D1F

Black with #752D1F

Text Example


Text Example

White with #752D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,31); }

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

background-color css

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

 a { background-color: rgb(117,45,31); }

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

border-color css

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

 span { border-color: rgb(117,45,31); }

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