Html Css Color HEX #75321F Pueblo

📋 copy color: '#75321F'

red 117 ◦ green 50 ◦ blue 31

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

Shades of Pueblo #75321F

Tints of Pueblo #75321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 59.09%
G = 25.25%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75321F (or 0x75321F) is known color: Pueblo. HEX triplet: 75, 32 and 1F. RGB value is (117,50,31). Sum of RGB (Red+Green+Blue) = 117+50+31=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75321F is #8ACDE0. Grayscale: #444444. Windows color (decimal): -9096673 or 2044533. OLE color: 2044533.

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

Color convert

RGB 117 50 31 -
CMYK 0 0.57 0.74 0.54
HSL 13.26º 0.58% 0.29% -
HSV(B) 13.26º 0.74% 0.46% -
XYZ 8.72 6.16 2.03 -
YUV 67.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 117 50 31 0 0.57 0.74 0.54 13.26 0.58 0.29
Hex 75 32 1F 0 39 4A 36 D 3A 1D
Octal 165 62 37 0 71 112 66 15 72 35
Binary 1110101 110010 11111 0 111001 1001010 110110 1101 111010 11101

Color Harmonies of #75321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75321F

Black with #75321F

Text Example


Text Example

White with #75321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75321F; }

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

 H1.HeaderClassName
 {
   color: #75321F;
 }
 .AnyTagClassName
 {
   color: #75321F;
 }
</style>

background-color css

<style>
 a { background-color: #75321F; }

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

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

border-color css

<style>
 span { border-color: #75321F; }

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

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