Html Css Color HEX #7B532C Korma

📋 copy color: '#7B532C'

red 123 ◦ green 83 ◦ blue 44

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

Shades of Korma #7B532C

Tints of Korma #7B532C

RGB

 RED value IS 123 (48.44% from 255) = 49.2%

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 49.2%
G = 33.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B532C (or 0x7B532C) is known color: Korma. HEX triplet: 7B, 53 and 2C. RGB value is (123,83,44). Sum of RGB (Red+Green+Blue) = 123+83+44=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B532C is #84ACD3. Grayscale: #5A5A5A. Windows color (decimal): -8694996 or 2904955. OLE color: 2904955.

HSL color Cylindrical-coordinate representation of color #7B532C: hue angle of 29.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B532C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 83 44 -
CMYK 0 0.33 0.64 0.52
HSL 29.62º 0.47% 0.33% -
HSV(B) 29.62º 0.64% 0.48% -
XYZ 11.72 10.58 3.81 -
YUV 90.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 123 83 44 0 0.33 0.64 0.52 29.62 0.47 0.33
Hex 7B 53 2C 0 21 40 34 1E 2F 21
Octal 173 123 54 0 41 100 64 36 57 41
Binary 1111011 1010011 101100 0 100001 1000000 110100 11110 101111 100001

Color Harmonies of #7B532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B532C

Black with #7B532C

Text Example


Text Example

White with #7B532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,44); }

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

background-color css

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

 a { background-color: rgb(123,83,44); }

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

border-color css

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

 span { border-color: rgb(123,83,44); }

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