Html Css Color HEX #835530 Korma

📋 copy color: '#835530'

red 131 ◦ green 85 ◦ blue 48

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

Shades of Korma #835530

Tints of Korma #835530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 49.62%
G = 32.2%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#835530 (or 0x835530) is known color: Korma. HEX triplet: 83, 55 and 30. RGB value is (131,85,48). Sum of RGB (Red+Green+Blue) = 131+85+48=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #835530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835530 is #7CAACF. Grayscale: #5E5E5E. Windows color (decimal): -8170192 or 3167619. OLE color: 3167619.

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

Color convert

RGB 131 85 48 -
CMYK 0 0.35 0.63 0.49
HSL 26.75º 0.46% 0.35% -
HSV(B) 26.75º 0.63% 0.51% -
XYZ 13.14 11.54 4.33 -
YUV 94.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 131 85 48 0 0.35 0.63 0.49 26.75 0.46 0.35
Hex 83 55 30 0 23 3F 31 1B 2E 23
Octal 203 125 60 0 43 77 61 33 56 43
Binary 10000011 1010101 110000 0 100011 111111 110001 11011 101110 100011

Color Harmonies of #835530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835530

Black with #835530

Text Example


Text Example

White with #835530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835530; }

 p { color: rgb(131,85,48); }

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

background-color css

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

 a { background-color: rgb(131,85,48); }

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

border-color css

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

 span { border-color: rgb(131,85,48); }

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