Html Css Color HEX #752C1E Pueblo

📋 copy color: '#752C1E'

red 117 ◦ green 44 ◦ blue 30

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

Shades of Pueblo #752C1E

Tints of Pueblo #752C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 61.26%
G = 23.04%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#752C1E (or 0x752C1E) is known color: Pueblo. HEX triplet: 75, 2C and 1E. RGB value is (117,44,30). Sum of RGB (Red+Green+Blue) = 117+44+30=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C1E is #8AD3E1. Grayscale: #404040. Windows color (decimal): -9098210 or 1977461. OLE color: 1977461.

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

Color convert

RGB 117 44 30 -
CMYK 0 0.62 0.74 0.54
HSL 9.66º 0.59% 0.29% -
HSV(B) 9.66º 0.74% 0.46% -
XYZ 8.47 5.68 1.88 -
YUV 64.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 117 44 30 0 0.62 0.74 0.54 9.66 0.59 0.29
Hex 75 2C 1E 0 3E 4A 36 A 3B 1D
Octal 165 54 36 0 76 112 66 12 73 35
Binary 1110101 101100 11110 0 111110 1001010 110110 1010 111011 11101

Color Harmonies of #752C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C1E

Black with #752C1E

Text Example


Text Example

White with #752C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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