Html Css Color HEX #834D2E Korma

📋 copy color: '#834D2E'

red 131 ◦ green 77 ◦ blue 46

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

Shades of Korma #834D2E

Tints of Korma #834D2E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 51.57%
G = 30.31%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#834D2E (or 0x834D2E) is known color: Korma. HEX triplet: 83, 4D and 2E. RGB value is (131,77,46). Sum of RGB (Red+Green+Blue) = 131+77+46=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #834D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D2E is #7CB2D1. Grayscale: #595959. Windows color (decimal): -8172242 or 3034499. OLE color: 3034499.

HSL color Cylindrical-coordinate representation of color #834D2E: hue angle of 21.88º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834D2E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 77 46 -
CMYK 0 0.41 0.65 0.49
HSL 21.88º 0.48% 0.35% -
HSV(B) 21.88º 0.65% 0.51% -
XYZ 12.51 10.33 3.92 -
YUV 89.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 131 77 46 0 0.41 0.65 0.49 21.88 0.48 0.35
Hex 83 4D 2E 0 29 41 31 16 30 23
Octal 203 115 56 0 51 101 61 26 60 43
Binary 10000011 1001101 101110 0 101001 1000001 110001 10110 110000 100011

Color Harmonies of #834D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D2E

Black with #834D2E

Text Example


Text Example

White with #834D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834D2E; }

 p { color: rgb(131,77,46); }

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

background-color css

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

 a { background-color: rgb(131,77,46); }

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

border-color css

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

 span { border-color: rgb(131,77,46); }

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