Html Css Color HEX #752718 Pueblo

📋 copy color: '#752718'

red 117 ◦ green 39 ◦ blue 24

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

Shades of Pueblo #752718

Tints of Pueblo #752718

RGB

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

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

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

R = 65%
G = 21.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752718 (or 0x752718) is known color: Pueblo. HEX triplet: 75, 27 and 18. RGB value is (117,39,24). Sum of RGB (Red+Green+Blue) = 117+39+24=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752718 is #8AD8E7. Grayscale: #3C3C3C. Windows color (decimal): -9099496 or 1582965. OLE color: 1582965.

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

Color convert

RGB 117 39 24 -
CMYK 0 0.67 0.79 0.54
HSL 9.68º 0.66% 0.28% -
HSV(B) 9.68º 0.79% 0.46% -
XYZ 8.23 5.3 1.45 -
YUV 60.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 117 39 24 0 0.67 0.79 0.54 9.68 0.66 0.28
Hex 75 27 18 0 43 4F 36 A 42 1C
Octal 165 47 30 0 103 117 66 12 102 34
Binary 1110101 100111 11000 0 1000011 1001111 110110 1010 1000010 11100

Color Harmonies of #752718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752718

Black with #752718

Text Example


Text Example

White with #752718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752718; }

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

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

background-color css

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

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

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

border-color css

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

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

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