Html Css Color HEX #834529 Korma

📋 copy color: '#834529'

red 131 ◦ green 69 ◦ blue 41

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

Shades of Korma #834529

Tints of Korma #834529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 54.36%
G = 28.63%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#834529 (or 0x834529) is known color: Korma. HEX triplet: 83, 45 and 29. RGB value is (131,69,41). Sum of RGB (Red+Green+Blue) = 131+69+41=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #834529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834529 is #7CBAD6. Grayscale: #545454. Windows color (decimal): -8174295 or 2704771. OLE color: 2704771.

HSL color Cylindrical-coordinate representation of color #834529: hue angle of 18.67º degrees, saturation: 0.52, 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 #834529 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 41 -
CMYK 0 0.47 0.69 0.49
HSL 18.67º 0.52% 0.34% -
HSV(B) 18.67º 0.69% 0.51% -
XYZ 11.89 9.24 3.26 -
YUV 84.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 131 69 41 0 0.47 0.69 0.49 18.67 0.52 0.34
Hex 83 45 29 0 2F 45 31 13 34 22
Octal 203 105 51 0 57 105 61 23 64 42
Binary 10000011 1000101 101001 0 101111 1000101 110001 10011 110100 100010

Color Harmonies of #834529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834529

Black with #834529

Text Example


Text Example

White with #834529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834529; }

 p { color: rgb(131,69,41); }

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

background-color css

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

 a { background-color: rgb(131,69,41); }

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

border-color css

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

 span { border-color: rgb(131,69,41); }

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