Html Css Color HEX #75301A Pueblo

📋 copy color: '#75301A'

red 117 ◦ green 48 ◦ blue 26

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

Shades of Pueblo #75301A

Tints of Pueblo #75301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 61.26%
G = 25.13%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75301A (or 0x75301A) is known color: Pueblo. HEX triplet: 75, 30 and 1A. RGB value is (117,48,26). Sum of RGB (Red+Green+Blue) = 117+48+26=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #75301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75301A is #8ACFE5. Grayscale: #424242. Windows color (decimal): -9097190 or 1716341. OLE color: 1716341.

HSL color Cylindrical-coordinate representation of color #75301A: hue angle of 14.51º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75301A is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 26 -
CMYK 0 0.59 0.78 0.54
HSL 14.51º 0.64% 0.28% -
HSV(B) 14.51º 0.78% 0.46% -
XYZ 8.58 5.97 1.68 -
YUV 66.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 117 48 26 0 0.59 0.78 0.54 14.51 0.64 0.28
Hex 75 30 1A 0 3B 4E 36 F 40 1C
Octal 165 60 32 0 73 116 66 17 100 34
Binary 1110101 110000 11010 0 111011 1001110 110110 1111 1000000 11100

Color Harmonies of #75301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75301A

Black with #75301A

Text Example


Text Example

White with #75301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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