Html Css Color HEX #75301F Pueblo

📋 copy color: '#75301F'

red 117 ◦ green 48 ◦ blue 31

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

Shades of Pueblo #75301F

Tints of Pueblo #75301F

RGB

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

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

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

R = 59.69%
G = 24.49%
B = 15.82%

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

#75301F (or 0x75301F) is known color: Pueblo. HEX triplet: 75, 30 and 1F. RGB value is (117,48,31). Sum of RGB (Red+Green+Blue) = 117+48+31=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75301F is #8ACFE0. Grayscale: #424242. Windows color (decimal): -9097185 or 2044021. OLE color: 2044021.

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

Color convert

RGB 117 48 31 -
CMYK 0 0.59 0.74 0.54
HSL 11.86º 0.58% 0.29% -
HSV(B) 11.86º 0.74% 0.46% -
XYZ 8.64 5.99 2 -
YUV 66.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 117 48 31 0 0.59 0.74 0.54 11.86 0.58 0.29
Hex 75 30 1F 0 3B 4A 36 C 3A 1D
Octal 165 60 37 0 73 112 66 14 72 35
Binary 1110101 110000 11111 0 111011 1001010 110110 1100 111010 11101

Color Harmonies of #75301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75301F

Black with #75301F

Text Example


Text Example

White with #75301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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