Html Css Color HEX #752A12 Pueblo

📋 copy color: '#752A12'

red 117 ◦ green 42 ◦ blue 18

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

Shades of Pueblo #752A12

Tints of Pueblo #752A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.73%

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 66.1%
G = 23.73%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#752A12 (or 0x752A12) is known color: Pueblo. HEX triplet: 75, 2A and 12. RGB value is (117,42,18). Sum of RGB (Red+Green+Blue) = 117+42+18=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A12 is #8AD5ED. Grayscale: #3D3D3D. Windows color (decimal): -9098734 or 1190517. OLE color: 1190517.

HSL color Cylindrical-coordinate representation of color #752A12: hue angle of 14.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752A12 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 18 -
CMYK 0 0.64 0.85 0.54
HSL 14.55º 0.73% 0.26% -
HSV(B) 14.55º 0.85% 0.46% -
XYZ 8.27 5.48 1.19 -
YUV 61.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 117 42 18 0 0.64 0.85 0.54 14.55 0.73 0.26
Hex 75 2A 12 0 40 55 36 F 49 1A
Octal 165 52 22 0 100 125 66 17 111 32
Binary 1110101 101010 10010 0 1000000 1010101 110110 1111 1001001 11010

Color Harmonies of #752A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A12

Black with #752A12

Text Example


Text Example

White with #752A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A12; }

 p { color: rgb(117,42,18); }

 H1.HeaderClassName
 {
   color: #752A12;
 }
 .AnyTagClassName
 {
   color: #752A12;
 }
</style>

background-color css

<style>
 a { background-color: #752A12; }

 a { background-color: rgb(117,42,18); }

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

border-color css

<style>
 span { border-color: #752A12; }

 span { border-color: rgb(117,42,18); }

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