Html Css Color HEX #75301E Pueblo

📋 copy color: '#75301E'

red 117 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #75301E

Tints of Pueblo #75301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 60%
G = 24.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75301E (or 0x75301E) is known color: Pueblo. HEX triplet: 75, 30 and 1E. RGB value is (117,48,30). Sum of RGB (Red+Green+Blue) = 117+48+30=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75301E is #8ACFE1. Grayscale: #424242. Windows color (decimal): -9097186 or 1978485. OLE color: 1978485.

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

Color convert

RGB 117 48 30 -
CMYK 0 0.59 0.74 0.54
HSL 12.41º 0.59% 0.29% -
HSV(B) 12.41º 0.74% 0.46% -
XYZ 8.63 5.99 1.93 -
YUV 66.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 117 48 30 0 0.59 0.74 0.54 12.41 0.59 0.29
Hex 75 30 1E 0 3B 4A 36 C 3B 1D
Octal 165 60 36 0 73 112 66 14 73 35
Binary 1110101 110000 11110 0 111011 1001010 110110 1100 111011 11101

Color Harmonies of #75301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75301E

Black with #75301E

Text Example


Text Example

White with #75301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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