Html Css Color HEX #834E27 Korma

📋 copy color: '#834E27'

red 131 ◦ green 78 ◦ blue 39

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

Shades of Korma #834E27

Tints of Korma #834E27

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

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

R = 52.82%
G = 31.45%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#834E27 (or 0x834E27) is known color: Korma. HEX triplet: 83, 4E and 27. RGB value is (131,78,39). Sum of RGB (Red+Green+Blue) = 131+78+39=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #834E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E27 is #7CB1D8. Grayscale: #595959. Windows color (decimal): -8171993 or 2576003. OLE color: 2576003.

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

Color convert

RGB 131 78 39 -
CMYK 0 0.40 0.70 0.49
HSL 25.43º 0.54% 0.33% -
HSV(B) 25.43º 0.7% 0.51% -
XYZ 12.45 10.42 3.27 -
YUV 89.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 131 78 39 0 0.40 0.70 0.49 25.43 0.54 0.33
Hex 83 4E 27 0 28 46 31 19 36 21
Octal 203 116 47 0 50 106 61 31 66 41
Binary 10000011 1001110 100111 0 101000 1000110 110001 11001 110110 100001

Color Harmonies of #834E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E27

Black with #834E27

Text Example


Text Example

White with #834E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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