Html Css Color HEX #834D26 Korma

📋 copy color: '#834D26'

red 131 ◦ green 77 ◦ blue 38

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

Shades of Korma #834D26

Tints of Korma #834D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 53.25%
G = 31.3%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#834D26 (or 0x834D26) is known color: Korma. HEX triplet: 83, 4D and 26. RGB value is (131,77,38). Sum of RGB (Red+Green+Blue) = 131+77+38=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #834D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D26 is #7CB2D9. Grayscale: #585858. Windows color (decimal): -8172250 or 2510211. OLE color: 2510211.

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

Color convert

RGB 131 77 38 -
CMYK 0 0.41 0.71 0.49
HSL 25.16º 0.55% 0.33% -
HSV(B) 25.16º 0.71% 0.51% -
XYZ 12.36 10.27 3.16 -
YUV 88.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 131 77 38 0 0.41 0.71 0.49 25.16 0.55 0.33
Hex 83 4D 26 0 29 47 31 19 37 21
Octal 203 115 46 0 51 107 61 31 67 41
Binary 10000011 1001101 100110 0 101001 1000111 110001 11001 110111 100001

Color Harmonies of #834D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D26

Black with #834D26

Text Example


Text Example

White with #834D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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