Html Css Color HEX #752818 Pueblo

📋 copy color: '#752818'

red 117 ◦ green 40 ◦ blue 24

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

Shades of Pueblo #752818

Tints of Pueblo #752818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

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

R = 64.64%
G = 22.1%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752818 (or 0x752818) is known color: Pueblo. HEX triplet: 75, 28 and 18. RGB value is (117,40,24). Sum of RGB (Red+Green+Blue) = 117+40+24=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752818 is #8AD7E7. Grayscale: #3D3D3D. Windows color (decimal): -9099240 or 1583221. OLE color: 1583221.

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

Color convert

RGB 117 40 24 -
CMYK 0 0.66 0.79 0.54
HSL 10.32º 0.66% 0.28% -
HSV(B) 10.32º 0.79% 0.46% -
XYZ 8.26 5.37 1.46 -
YUV 61.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 117 40 24 0 0.66 0.79 0.54 10.32 0.66 0.28
Hex 75 28 18 0 42 4F 36 A 42 1C
Octal 165 50 30 0 102 117 66 12 102 34
Binary 1110101 101000 11000 0 1000010 1001111 110110 1010 1000010 11100

Color Harmonies of #752818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752818

Black with #752818

Text Example


Text Example

White with #752818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752818; }

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

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

background-color css

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

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

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

border-color css

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

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

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