Html Css Color HEX #834927 Korma

📋 copy color: '#834927'

red 131 ◦ green 73 ◦ blue 39

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

Shades of Korma #834927

Tints of Korma #834927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 53.91%
G = 30.04%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#834927 (or 0x834927) is known color: Korma. HEX triplet: 83, 49 and 27. RGB value is (131,73,39). Sum of RGB (Red+Green+Blue) = 131+73+39=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #834927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834927 is #7CB6D8. Grayscale: #565656. Windows color (decimal): -8173273 or 2574723. OLE color: 2574723.

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

Color convert

RGB 131 73 39 -
CMYK 0 0.44 0.70 0.49
HSL 22.17º 0.54% 0.33% -
HSV(B) 22.17º 0.7% 0.51% -
XYZ 12.11 9.74 3.16 -
YUV 86.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 131 73 39 0 0.44 0.70 0.49 22.17 0.54 0.33
Hex 83 49 27 0 2C 46 31 16 36 21
Octal 203 111 47 0 54 106 61 26 66 41
Binary 10000011 1001001 100111 0 101100 1000110 110001 10110 110110 100001

Color Harmonies of #834927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834927

Black with #834927

Text Example


Text Example

White with #834927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834927; }

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

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

background-color css

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

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

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

border-color css

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

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

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