Html Css Color HEX #752C14 Pueblo

📋 copy color: '#752C14'

red 117 ◦ green 44 ◦ blue 20

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

Shades of Pueblo #752C14

Tints of Pueblo #752C14

RGB

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

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

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

R = 64.64%
G = 24.31%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752C14 (or 0x752C14) is known color: Pueblo. HEX triplet: 75, 2C and 14. RGB value is (117,44,20). Sum of RGB (Red+Green+Blue) = 117+44+20=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C14 is #8AD3EB. Grayscale: #3F3F3F. Windows color (decimal): -9098220 or 1322101. OLE color: 1322101.

HSL color Cylindrical-coordinate representation of color #752C14: hue angle of 14.85º 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 #752C14 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 20 -
CMYK 0 0.62 0.83 0.54
HSL 14.85º 0.71% 0.27% -
HSV(B) 14.85º 0.83% 0.46% -
XYZ 8.36 5.63 1.31 -
YUV 63.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 117 44 20 0 0.62 0.83 0.54 14.85 0.71 0.27
Hex 75 2C 14 0 3E 53 36 F 47 1B
Octal 165 54 24 0 76 123 66 17 107 33
Binary 1110101 101100 10100 0 111110 1010011 110110 1111 1000111 11011

Color Harmonies of #752C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C14

Black with #752C14

Text Example


Text Example

White with #752C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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