Html Css Color HEX #825433 Korma

📋 copy color: '#825433'

red 130 ◦ green 84 ◦ blue 51

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

Shades of Korma #825433

Tints of Korma #825433

RGB

 RED value IS 130 (51.17% from 255) = 49.06%

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

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

R = 49.06%
G = 31.7%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#825433 (or 0x825433) is known color: Korma. HEX triplet: 82, 54 and 33. RGB value is (130,84,51). Sum of RGB (Red+Green+Blue) = 130+84+51=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #825433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825433 is #7DABCC. Grayscale: #5E5E5E. Windows color (decimal): -8235981 or 3363970. OLE color: 3363970.

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

Color convert

RGB 130 84 51 -
CMYK 0 0.35 0.61 0.49
HSL 25.06º 0.44% 0.35% -
HSV(B) 25.06º 0.61% 0.51% -
XYZ 12.97 11.33 4.63 -
YUV 93.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 130 84 51 0 0.35 0.61 0.49 25.06 0.44 0.35
Hex 82 54 33 0 23 3D 31 19 2C 23
Octal 202 124 63 0 43 75 61 31 54 43
Binary 10000010 1010100 110011 0 100011 111101 110001 11001 101100 100011

Color Harmonies of #825433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825433

Black with #825433

Text Example


Text Example

White with #825433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825433; }

 p { color: rgb(130,84,51); }

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

background-color css

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

 a { background-color: rgb(130,84,51); }

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

border-color css

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

 span { border-color: rgb(130,84,51); }

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