Html Css Color HEX #752C13 Pueblo

📋 copy color: '#752C13'

red 117 ◦ green 44 ◦ blue 19

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

Shades of Pueblo #752C13

Tints of Pueblo #752C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 65%
G = 24.44%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752C13 (or 0x752C13) is known color: Pueblo. HEX triplet: 75, 2C and 13. RGB value is (117,44,19). Sum of RGB (Red+Green+Blue) = 117+44+19=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C13 is #8AD3EC. Grayscale: #3F3F3F. Windows color (decimal): -9098221 or 1256565. OLE color: 1256565.

HSL color Cylindrical-coordinate representation of color #752C13: hue angle of 15.31º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #752C13 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 19 -
CMYK 0 0.62 0.84 0.54
HSL 15.31º 0.72% 0.27% -
HSV(B) 15.31º 0.84% 0.46% -
XYZ 8.35 5.63 1.26 -
YUV 62.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 117 44 19 0 0.62 0.84 0.54 15.31 0.72 0.27
Hex 75 2C 13 0 3E 54 36 F 48 1B
Octal 165 54 23 0 76 124 66 17 110 33
Binary 1110101 101100 10011 0 111110 1010100 110110 1111 1001000 11011

Color Harmonies of #752C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C13

Black with #752C13

Text Example


Text Example

White with #752C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,19); }

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

background-color css

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

 a { background-color: rgb(117,44,19); }

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

border-color css

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

 span { border-color: rgb(117,44,19); }

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