Html Css Color HEX #83502F Korma

📋 copy color: '#83502F'

red 131 ◦ green 80 ◦ blue 47

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

Shades of Korma #83502F

Tints of Korma #83502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 50.78%
G = 31.01%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83502F (or 0x83502F) is known color: Korma. HEX triplet: 83, 50 and 2F. RGB value is (131,80,47). Sum of RGB (Red+Green+Blue) = 131+80+47=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83502F is #7CAFD0. Grayscale: #5B5B5B. Windows color (decimal): -8171473 or 3100803. OLE color: 3100803.

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

Color convert

RGB 131 80 47 -
CMYK 0 0.39 0.64 0.49
HSL 23.57º 0.47% 0.35% -
HSV(B) 23.57º 0.64% 0.51% -
XYZ 12.74 10.77 4.1 -
YUV 91.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 131 80 47 0 0.39 0.64 0.49 23.57 0.47 0.35
Hex 83 50 2F 0 27 40 31 18 2F 23
Octal 203 120 57 0 47 100 61 30 57 43
Binary 10000011 1010000 101111 0 100111 1000000 110001 11000 101111 100011

Color Harmonies of #83502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83502F

Black with #83502F

Text Example


Text Example

White with #83502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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