Html Css Color HEX #835233 Korma

📋 copy color: '#835233'

red 131 ◦ green 82 ◦ blue 51

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

Shades of Korma #835233

Tints of Korma #835233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 49.62%
G = 31.06%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#835233 (or 0x835233) is known color: Korma. HEX triplet: 83, 52 and 33. RGB value is (131,82,51). Sum of RGB (Red+Green+Blue) = 131+82+51=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #835233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835233 is #7CADCC. Grayscale: #5D5D5D. Windows color (decimal): -8170957 or 3363459. OLE color: 3363459.

HSL color Cylindrical-coordinate representation of color #835233: hue angle of 23.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835233 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 51 -
CMYK 0 0.37 0.61 0.49
HSL 23.25º 0.44% 0.36% -
HSV(B) 23.25º 0.61% 0.51% -
XYZ 12.97 11.1 4.59 -
YUV 93.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 131 82 51 0 0.37 0.61 0.49 23.25 0.44 0.36
Hex 83 52 33 0 25 3D 31 17 2C 24
Octal 203 122 63 0 45 75 61 27 54 44
Binary 10000011 1010010 110011 0 100101 111101 110001 10111 101100 100100

Color Harmonies of #835233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835233

Black with #835233

Text Example


Text Example

White with #835233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835233; }

 p { color: rgb(131,82,51); }

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

background-color css

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

 a { background-color: rgb(131,82,51); }

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

border-color css

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

 span { border-color: rgb(131,82,51); }

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