Html Css Color HEX #75270F Pueblo

📋 copy color: '#75270F'

red 117 ◦ green 39 ◦ blue 15

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

Shades of Pueblo #75270F

Tints of Pueblo #75270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 68.42%
G = 22.81%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75270F (or 0x75270F) is known color: Pueblo. HEX triplet: 75, 27 and 0F. RGB value is (117,39,15). Sum of RGB (Red+Green+Blue) = 117+39+15=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #75270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75270F is #8AD8F0. Grayscale: #3B3B3B. Windows color (decimal): -9099505 or 993141. OLE color: 993141.

HSL color Cylindrical-coordinate representation of color #75270F: hue angle of 14.12º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75270F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 15 -
CMYK 0 0.67 0.87 0.54
HSL 14.12º 0.77% 0.26% -
HSV(B) 14.12º 0.87% 0.46% -
XYZ 8.15 5.27 1.04 -
YUV 59.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 117 39 15 0 0.67 0.87 0.54 14.12 0.77 0.26
Hex 75 27 F 0 43 57 36 E 4D 1A
Octal 165 47 17 0 103 127 66 16 115 32
Binary 1110101 100111 1111 0 1000011 1010111 110110 1110 1001101 11010

Color Harmonies of #75270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75270F

Black with #75270F

Text Example


Text Example

White with #75270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,39,15); }

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

background-color css

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

 a { background-color: rgb(117,39,15); }

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

border-color css

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

 span { border-color: rgb(117,39,15); }

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