Html Css Color HEX #7C3621 Pueblo

📋 copy color: '#7C3621'

red 124 ◦ green 54 ◦ blue 33

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

Shades of Pueblo #7C3621

Tints of Pueblo #7C3621

RGB

 RED value IS 124 (48.83% from 255) = 58.77%

 GREEN value IS 54 (21.48% from 255) = 25.59%

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 58.77%
G = 25.59%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C3621 (or 0x7C3621) is known color: Pueblo. HEX triplet: 7C, 36 and 21. RGB value is (124,54,33). Sum of RGB (Red+Green+Blue) = 124+54+33=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3621 is #83C9DE. Grayscale: #484848. Windows color (decimal): -8636895 or 2176636. OLE color: 2176636.

HSL color Cylindrical-coordinate representation of color #7C3621: hue angle of 13.85º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C3621 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 54 33 -
CMYK 0 0.56 0.73 0.51
HSL 13.85º 0.58% 0.31% -
HSV(B) 13.85º 0.73% 0.49% -
XYZ 9.91 7.03 2.27 -
YUV 72.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 124 54 33 0 0.56 0.73 0.51 13.85 0.58 0.31
Hex 7C 36 21 0 38 49 33 E 3A 1F
Octal 174 66 41 0 70 111 63 16 72 37
Binary 1111100 110110 100001 0 111000 1001001 110011 1110 111010 11111

Color Harmonies of #7C3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3621

Black with #7C3621

Text Example


Text Example

White with #7C3621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C3621; }

 p { color: rgb(124,54,33); }

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

background-color css

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

 a { background-color: rgb(124,54,33); }

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

border-color css

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

 span { border-color: rgb(124,54,33); }

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