Html Css Color HEX #835428 Korma

📋 copy color: '#835428'

red 131 ◦ green 84 ◦ blue 40

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

Shades of Korma #835428

Tints of Korma #835428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

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

R = 51.37%
G = 32.94%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#835428 (or 0x835428) is known color: Korma. HEX triplet: 83, 54 and 28. RGB value is (131,84,40). Sum of RGB (Red+Green+Blue) = 131+84+40=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #835428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835428 is #7CABD7. Grayscale: #5D5D5D. Windows color (decimal): -8170456 or 2643075. OLE color: 2643075.

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

Color convert

RGB 131 84 40 -
CMYK 0 0.36 0.69 0.49
HSL 29.01º 0.53% 0.34% -
HSV(B) 29.01º 0.69% 0.51% -
XYZ 12.91 11.32 3.51 -
YUV 93.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 131 84 40 0 0.36 0.69 0.49 29.01 0.53 0.34
Hex 83 54 28 0 24 45 31 1D 35 22
Octal 203 124 50 0 44 105 61 35 65 42
Binary 10000011 1010100 101000 0 100100 1000101 110001 11101 110101 100010

Color Harmonies of #835428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835428

Black with #835428

Text Example


Text Example

White with #835428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835428; }

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

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

background-color css

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

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

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

border-color css

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

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

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