Html Css Color HEX #835534 Korma

📋 copy color: '#835534'

red 131 ◦ green 85 ◦ blue 52

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

Shades of Korma #835534

Tints of Korma #835534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 48.88%
G = 31.72%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#835534 (or 0x835534) is known color: Korma. HEX triplet: 83, 55 and 34. RGB value is (131,85,52). Sum of RGB (Red+Green+Blue) = 131+85+52=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #835534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835534 is #7CAACB. Grayscale: #5F5F5F. Windows color (decimal): -8170188 or 3429763. OLE color: 3429763.

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

Color convert

RGB 131 85 52 -
CMYK 0 0.35 0.60 0.49
HSL 25.06º 0.43% 0.36% -
HSV(B) 25.06º 0.6% 0.51% -
XYZ 13.23 11.57 4.78 -
YUV 94.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 131 85 52 0 0.35 0.60 0.49 25.06 0.43 0.36
Hex 83 55 34 0 23 3C 31 19 2B 24
Octal 203 125 64 0 43 74 61 31 53 44
Binary 10000011 1010101 110100 0 100011 111100 110001 11001 101011 100100

Color Harmonies of #835534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835534

Black with #835534

Text Example


Text Example

White with #835534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835534; }

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

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

background-color css

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

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

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

border-color css

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

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

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