Html Css Color HEX #834727 Korma

📋 copy color: '#834727'

red 131 ◦ green 71 ◦ blue 39

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

Shades of Korma #834727

Tints of Korma #834727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 54.36%
G = 29.46%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#834727 (or 0x834727) is known color: Korma. HEX triplet: 83, 47 and 27. RGB value is (131,71,39). Sum of RGB (Red+Green+Blue) = 131+71+39=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #834727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834727 is #7CB8D8. Grayscale: #555555. Windows color (decimal): -8173785 or 2574211. OLE color: 2574211.

HSL color Cylindrical-coordinate representation of color #834727: hue angle of 20.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834727 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 39 -
CMYK 0 0.46 0.70 0.49
HSL 20.87º 0.54% 0.33% -
HSV(B) 20.87º 0.7% 0.51% -
XYZ 11.98 9.48 3.12 -
YUV 85.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 131 71 39 0 0.46 0.70 0.49 20.87 0.54 0.33
Hex 83 47 27 0 2E 46 31 15 36 21
Octal 203 107 47 0 56 106 61 25 66 41
Binary 10000011 1000111 100111 0 101110 1000110 110001 10101 110110 100001

Color Harmonies of #834727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834727

Black with #834727

Text Example


Text Example

White with #834727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834727; }

 p { color: rgb(131,71,39); }

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

background-color css

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

 a { background-color: rgb(131,71,39); }

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

border-color css

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

 span { border-color: rgb(131,71,39); }

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