Html Css Color HEX #752F17 Pueblo

📋 copy color: '#752F17'

red 117 ◦ green 47 ◦ blue 23

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

Shades of Pueblo #752F17

Tints of Pueblo #752F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 62.57%
G = 25.13%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752F17 (or 0x752F17) is known color: Pueblo. HEX triplet: 75, 2F and 17. RGB value is (117,47,23). Sum of RGB (Red+Green+Blue) = 117+47+23=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F17 is #8AD0E8. Grayscale: #414141. Windows color (decimal): -9097449 or 1519477. OLE color: 1519477.

HSL color Cylindrical-coordinate representation of color #752F17: hue angle of 15.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752F17 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 23 -
CMYK 0 0.60 0.80 0.54
HSL 15.32º 0.67% 0.27% -
HSV(B) 15.32º 0.8% 0.46% -
XYZ 8.51 5.88 1.5 -
YUV 65.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 117 47 23 0 0.60 0.80 0.54 15.32 0.67 0.27
Hex 75 2F 17 0 3C 50 36 F 43 1B
Octal 165 57 27 0 74 120 66 17 103 33
Binary 1110101 101111 10111 0 111100 1010000 110110 1111 1000011 11011

Color Harmonies of #752F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F17

Black with #752F17

Text Example


Text Example

White with #752F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,23); }

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

background-color css

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

 a { background-color: rgb(117,47,23); }

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

border-color css

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

 span { border-color: rgb(117,47,23); }

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