Html Css Color HEX #75341E Pueblo

📋 copy color: '#75341E'

red 117 ◦ green 52 ◦ blue 30

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

Shades of Pueblo #75341E

Tints of Pueblo #75341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 58.79%
G = 26.13%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75341E (or 0x75341E) is known color: Pueblo. HEX triplet: 75, 34 and 1E. RGB value is (117,52,30). Sum of RGB (Red+Green+Blue) = 117+52+30=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75341E is #8ACBE1. Grayscale: #454545. Windows color (decimal): -9096162 or 1979509. OLE color: 1979509.

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

Color convert

RGB 117 52 30 -
CMYK 0 0.56 0.74 0.54
HSL 15.17º 0.59% 0.29% -
HSV(B) 15.17º 0.74% 0.46% -
XYZ 8.8 6.33 1.99 -
YUV 68.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 117 52 30 0 0.56 0.74 0.54 15.17 0.59 0.29
Hex 75 34 1E 0 38 4A 36 F 3B 1D
Octal 165 64 36 0 70 112 66 17 73 35
Binary 1110101 110100 11110 0 111000 1001010 110110 1111 111011 11101

Color Harmonies of #75341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75341E

Black with #75341E

Text Example


Text Example

White with #75341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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