Html Css Color HEX #752F18 Pueblo

📋 copy color: '#752F18'

red 117 ◦ green 47 ◦ blue 24

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

Shades of Pueblo #752F18

Tints of Pueblo #752F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 62.23%
G = 25%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752F18 (or 0x752F18) is known color: Pueblo. HEX triplet: 75, 2F and 18. RGB value is (117,47,24). Sum of RGB (Red+Green+Blue) = 117+47+24=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F18 is #8AD0E7. Grayscale: #414141. Windows color (decimal): -9097448 or 1585013. OLE color: 1585013.

HSL color Cylindrical-coordinate representation of color #752F18: hue angle of 14.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752F18 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 24 -
CMYK 0 0.60 0.79 0.54
HSL 14.84º 0.66% 0.28% -
HSV(B) 14.84º 0.79% 0.46% -
XYZ 8.52 5.88 1.55 -
YUV 65.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 117 47 24 0 0.60 0.79 0.54 14.84 0.66 0.28
Hex 75 2F 18 0 3C 4F 36 F 42 1C
Octal 165 57 30 0 74 117 66 17 102 34
Binary 1110101 101111 11000 0 111100 1001111 110110 1111 1000010 11100

Color Harmonies of #752F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F18

Black with #752F18

Text Example


Text Example

White with #752F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,24); }

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

background-color css

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

 a { background-color: rgb(117,47,24); }

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

border-color css

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

 span { border-color: rgb(117,47,24); }

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