Html Css Color HEX #7C5333 Korma

📋 copy color: '#7C5333'

red 124 ◦ green 83 ◦ blue 51

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

Shades of Korma #7C5333

Tints of Korma #7C5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 48.06%
G = 32.17%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C5333 (or 0x7C5333) is known color: Korma. HEX triplet: 7C, 53 and 33. RGB value is (124,83,51). Sum of RGB (Red+Green+Blue) = 124+83+51=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5333 is #83ACCC. Grayscale: #5B5B5B. Windows color (decimal): -8629453 or 3363708. OLE color: 3363708.

HSL color Cylindrical-coordinate representation of color #7C5333: hue angle of 26.3º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C5333 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 83 51 -
CMYK 0 0.33 0.59 0.51
HSL 26.3º 0.42% 0.34% -
HSV(B) 26.3º 0.59% 0.49% -
XYZ 12 10.71 4.57 -
YUV 91.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 124 83 51 0 0.33 0.59 0.51 26.3 0.42 0.34
Hex 7C 53 33 0 21 3B 33 1A 2A 22
Octal 174 123 63 0 41 73 63 32 52 42
Binary 1111100 1010011 110011 0 100001 111011 110011 11010 101010 100010

Color Harmonies of #7C5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5333

Black with #7C5333

Text Example


Text Example

White with #7C5333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,51); }

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

background-color css

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

 a { background-color: rgb(124,83,51); }

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

border-color css

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

 span { border-color: rgb(124,83,51); }

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