Html Css Color HEX #752B1F Pueblo

📋 copy color: '#752B1F'

red 117 ◦ green 43 ◦ blue 31

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

Shades of Pueblo #752B1F

Tints of Pueblo #752B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

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

R = 61.26%
G = 22.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#752B1F (or 0x752B1F) is known color: Pueblo. HEX triplet: 75, 2B and 1F. RGB value is (117,43,31). Sum of RGB (Red+Green+Blue) = 117+43+31=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B1F is #8AD4E0. Grayscale: #3F3F3F. Windows color (decimal): -9098465 or 2042741. OLE color: 2042741.

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

Color convert

RGB 117 43 31 -
CMYK 0 0.63 0.74 0.54
HSL 8.37º 0.58% 0.29% -
HSV(B) 8.37º 0.74% 0.46% -
XYZ 8.45 5.61 1.93 -
YUV 63.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 117 43 31 0 0.63 0.74 0.54 8.37 0.58 0.29
Hex 75 2B 1F 0 3F 4A 36 8 3A 1D
Octal 165 53 37 0 77 112 66 10 72 35
Binary 1110101 101011 11111 0 111111 1001010 110110 1000 111010 11101

Color Harmonies of #752B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B1F

Black with #752B1F

Text Example


Text Example

White with #752B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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