Html Css Color HEX #835630 Korma

📋 copy color: '#835630'

red 131 ◦ green 86 ◦ blue 48

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

Shades of Korma #835630

Tints of Korma #835630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 49.43%
G = 32.45%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#835630 (or 0x835630) is known color: Korma. HEX triplet: 83, 56 and 30. RGB value is (131,86,48). Sum of RGB (Red+Green+Blue) = 131+86+48=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #835630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835630 is #7CA9CF. Grayscale: #5F5F5F. Windows color (decimal): -8169936 or 3167875. OLE color: 3167875.

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

Color convert

RGB 131 86 48 -
CMYK 0 0.34 0.63 0.49
HSL 27.47º 0.46% 0.35% -
HSV(B) 27.47º 0.63% 0.51% -
XYZ 13.22 11.69 4.36 -
YUV 95.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 131 86 48 0 0.34 0.63 0.49 27.47 0.46 0.35
Hex 83 56 30 0 22 3F 31 1B 2E 23
Octal 203 126 60 0 42 77 61 33 56 43
Binary 10000011 1010110 110000 0 100010 111111 110001 11011 101110 100011

Color Harmonies of #835630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835630

Black with #835630

Text Example


Text Example

White with #835630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835630; }

 p { color: rgb(131,86,48); }

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

background-color css

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

 a { background-color: rgb(131,86,48); }

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

border-color css

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

 span { border-color: rgb(131,86,48); }

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