Html Css Color HEX #752E18 Pueblo

📋 copy color: '#752E18'

red 117 ◦ green 46 ◦ blue 24

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

Shades of Pueblo #752E18

Tints of Pueblo #752E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

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

R = 62.57%
G = 24.6%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752E18 (or 0x752E18) is known color: Pueblo. HEX triplet: 75, 2E and 18. RGB value is (117,46,24). Sum of RGB (Red+Green+Blue) = 117+46+24=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E18 is #8AD1E7. Grayscale: #404040. Windows color (decimal): -9097704 or 1584757. OLE color: 1584757.

HSL color Cylindrical-coordinate representation of color #752E18: hue angle of 14.19º 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 #752E18 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 24 -
CMYK 0 0.61 0.79 0.54
HSL 14.19º 0.66% 0.28% -
HSV(B) 14.19º 0.79% 0.46% -
XYZ 8.48 5.8 1.54 -
YUV 64.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 117 46 24 0 0.61 0.79 0.54 14.19 0.66 0.28
Hex 75 2E 18 0 3D 4F 36 E 42 1C
Octal 165 56 30 0 75 117 66 16 102 34
Binary 1110101 101110 11000 0 111101 1001111 110110 1110 1000010 11100

Color Harmonies of #752E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E18

Black with #752E18

Text Example


Text Example

White with #752E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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