Html Css Color HEX #834826 Korma

📋 copy color: '#834826'

red 131 ◦ green 72 ◦ blue 38

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

Shades of Korma #834826

Tints of Korma #834826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 54.36%
G = 29.88%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#834826 (or 0x834826) is known color: Korma. HEX triplet: 83, 48 and 26. RGB value is (131,72,38). Sum of RGB (Red+Green+Blue) = 131+72+38=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #834826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834826 is #7CB7D9. Grayscale: #555555. Windows color (decimal): -8173530 or 2508931. OLE color: 2508931.

HSL color Cylindrical-coordinate representation of color #834826: hue angle of 21.94º 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 #834826 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 38 -
CMYK 0 0.45 0.71 0.49
HSL 21.94º 0.55% 0.33% -
HSV(B) 21.94º 0.71% 0.51% -
XYZ 12.03 9.6 3.05 -
YUV 85.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 131 72 38 0 0.45 0.71 0.49 21.94 0.55 0.33
Hex 83 48 26 0 2D 47 31 16 37 21
Octal 203 110 46 0 55 107 61 26 67 41
Binary 10000011 1001000 100110 0 101101 1000111 110001 10110 110111 100001

Color Harmonies of #834826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834826

Black with #834826

Text Example


Text Example

White with #834826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834826; }

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

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

background-color css

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

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

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

border-color css

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

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

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