Html Css Color HEX #834F28 Korma

📋 copy color: '#834F28'

red 131 ◦ green 79 ◦ blue 40

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

Shades of Korma #834F28

Tints of Korma #834F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 52.4%
G = 31.6%
B = 16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#834F28 (or 0x834F28) is known color: Korma. HEX triplet: 83, 4F and 28. RGB value is (131,79,40). Sum of RGB (Red+Green+Blue) = 131+79+40=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F28 is #7CB0D7. Grayscale: #5A5A5A. Windows color (decimal): -8171736 or 2641795. OLE color: 2641795.

HSL color Cylindrical-coordinate representation of color #834F28: hue angle of 25.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834F28 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 79 40 -
CMYK 0 0.40 0.69 0.49
HSL 25.71º 0.53% 0.34% -
HSV(B) 25.71º 0.69% 0.51% -
XYZ 12.54 10.57 3.39 -
YUV 90.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 131 79 40 0 0.40 0.69 0.49 25.71 0.53 0.34
Hex 83 4F 28 0 28 45 31 1A 35 22
Octal 203 117 50 0 50 105 61 32 65 42
Binary 10000011 1001111 101000 0 101000 1000101 110001 11010 110101 100010

Color Harmonies of #834F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F28

Black with #834F28

Text Example


Text Example

White with #834F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,79,40); }

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

background-color css

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

 a { background-color: rgb(131,79,40); }

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

border-color css

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

 span { border-color: rgb(131,79,40); }

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