Html Css Color HEX #75321E Pueblo

📋 copy color: '#75321E'

red 117 ◦ green 50 ◦ blue 30

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

Shades of Pueblo #75321E

Tints of Pueblo #75321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 59.39%
G = 25.38%
B = 15.23%

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

#75321E (or 0x75321E) is known color: Pueblo. HEX triplet: 75, 32 and 1E. RGB value is (117,50,30). Sum of RGB (Red+Green+Blue) = 117+50+30=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75321E is #8ACDE1. Grayscale: #434343. Windows color (decimal): -9096674 or 1978997. OLE color: 1978997.

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

Color convert

RGB 117 50 30 -
CMYK 0 0.57 0.74 0.54
HSL 13.79º 0.59% 0.29% -
HSV(B) 13.79º 0.74% 0.46% -
XYZ 8.71 6.16 1.96 -
YUV 67.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 117 50 30 0 0.57 0.74 0.54 13.79 0.59 0.29
Hex 75 32 1E 0 39 4A 36 E 3B 1D
Octal 165 62 36 0 71 112 66 16 73 35
Binary 1110101 110010 11110 0 111001 1001010 110110 1110 111011 11101

Color Harmonies of #75321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75321E

Black with #75321E

Text Example


Text Example

White with #75321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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