Html Css Color HEX #835326 Korma

📋 copy color: '#835326'

red 131 ◦ green 83 ◦ blue 38

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

Shades of Korma #835326

Tints of Korma #835326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 51.98%
G = 32.94%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#835326 (or 0x835326) is known color: Korma. HEX triplet: 83, 53 and 26. RGB value is (131,83,38). Sum of RGB (Red+Green+Blue) = 131+83+38=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #835326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835326 is #7CACD9. Grayscale: #5C5C5C. Windows color (decimal): -8170714 or 2511747. OLE color: 2511747.

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

Color convert

RGB 131 83 38 -
CMYK 0 0.37 0.71 0.49
HSL 29.03º 0.55% 0.33% -
HSV(B) 29.03º 0.71% 0.51% -
XYZ 12.8 11.15 3.31 -
YUV 92.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 131 83 38 0 0.37 0.71 0.49 29.03 0.55 0.33
Hex 83 53 26 0 25 47 31 1D 37 21
Octal 203 123 46 0 45 107 61 35 67 41
Binary 10000011 1010011 100110 0 100101 1000111 110001 11101 110111 100001

Color Harmonies of #835326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835326

Black with #835326

Text Example


Text Example

White with #835326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835326; }

 p { color: rgb(131,83,38); }

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

background-color css

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

 a { background-color: rgb(131,83,38); }

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

border-color css

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

 span { border-color: rgb(131,83,38); }

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