Html Css Color HEX #752814 Pueblo

📋 copy color: '#752814'

red 117 ◦ green 40 ◦ blue 20

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

Shades of Pueblo #752814

Tints of Pueblo #752814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 66.1%
G = 22.6%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752814 (or 0x752814) is known color: Pueblo. HEX triplet: 75, 28 and 14. RGB value is (117,40,20). Sum of RGB (Red+Green+Blue) = 117+40+20=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752814 is #8AD7EB. Grayscale: #3C3C3C. Windows color (decimal): -9099244 or 1321077. OLE color: 1321077.

HSL color Cylindrical-coordinate representation of color #752814: hue angle of 12.37º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752814 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 20 -
CMYK 0 0.66 0.83 0.54
HSL 12.37º 0.71% 0.27% -
HSV(B) 12.37º 0.83% 0.46% -
XYZ 8.22 5.35 1.26 -
YUV 60.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 117 40 20 0 0.66 0.83 0.54 12.37 0.71 0.27
Hex 75 28 14 0 42 53 36 C 47 1B
Octal 165 50 24 0 102 123 66 14 107 33
Binary 1110101 101000 10100 0 1000010 1010011 110110 1100 1000111 11011

Color Harmonies of #752814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752814

Black with #752814

Text Example


Text Example

White with #752814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752814; }

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

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

background-color css

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

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

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

border-color css

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

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

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