Html Css Color HEX #752618 Pueblo

📋 copy color: '#752618'

red 117 ◦ green 38 ◦ blue 24

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

Shades of Pueblo #752618

Tints of Pueblo #752618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

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

R = 65.36%
G = 21.23%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752618 (or 0x752618) is known color: Pueblo. HEX triplet: 75, 26 and 18. RGB value is (117,38,24). Sum of RGB (Red+Green+Blue) = 117+38+24=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #752618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752618 is #8AD9E7. Grayscale: #3C3C3C. Windows color (decimal): -9099752 or 1582709. OLE color: 1582709.

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

Color convert

RGB 117 38 24 -
CMYK 0 0.68 0.79 0.54
HSL 9.03º 0.66% 0.28% -
HSV(B) 9.03º 0.79% 0.46% -
XYZ 8.19 5.23 1.44 -
YUV 60.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 117 38 24 0 0.68 0.79 0.54 9.03 0.66 0.28
Hex 75 26 18 0 44 4F 36 9 42 1C
Octal 165 46 30 0 104 117 66 11 102 34
Binary 1110101 100110 11000 0 1000100 1001111 110110 1001 1000010 11100

Color Harmonies of #752618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752618

Black with #752618

Text Example


Text Example

White with #752618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752618; }

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

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

background-color css

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

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

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

border-color css

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

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

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