Html Css Color HEX #83502A Korma

📋 copy color: '#83502A'

red 131 ◦ green 80 ◦ blue 42

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

Shades of Korma #83502A

Tints of Korma #83502A

RGB

 RED value IS 131 (51.56% from 255) = 51.78%

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 51.78%
G = 31.62%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83502A (or 0x83502A) is known color: Korma. HEX triplet: 83, 50 and 2A. RGB value is (131,80,42). Sum of RGB (Red+Green+Blue) = 131+80+42=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #83502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83502A is #7CAFD5. Grayscale: #5B5B5B. Windows color (decimal): -8171478 or 2773123. OLE color: 2773123.

HSL color Cylindrical-coordinate representation of color #83502A: hue angle of 25.62º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83502A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 42 -
CMYK 0 0.39 0.68 0.49
HSL 25.62º 0.51% 0.34% -
HSV(B) 25.62º 0.68% 0.51% -
XYZ 12.65 10.73 3.59 -
YUV 90.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 131 80 42 0 0.39 0.68 0.49 25.62 0.51 0.34
Hex 83 50 2A 0 27 44 31 1A 33 22
Octal 203 120 52 0 47 104 61 32 63 42
Binary 10000011 1010000 101010 0 100111 1000100 110001 11010 110011 100010

Color Harmonies of #83502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83502A

Black with #83502A

Text Example


Text Example

White with #83502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83502A; }

 p { color: rgb(131,80,42); }

 H1.HeaderClassName
 {
   color: #83502A;
 }
 .AnyTagClassName
 {
   color: #83502A;
 }
</style>

background-color css

<style>
 a { background-color: #83502A; }

 a { background-color: rgb(131,80,42); }

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

border-color css

<style>
 span { border-color: #83502A; }

 span { border-color: rgb(131,80,42); }

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