Html Css Color HEX #81502A Korma

📋 copy color: '#81502A'

red 129 ◦ green 80 ◦ blue 42

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

Shades of Korma #81502A

Tints of Korma #81502A

RGB

 RED value IS 129 (50.78% from 255) = 51.39%

 GREEN value IS 80 (31.64% from 255) = 31.87%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 51.39%
G = 31.87%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#81502A (or 0x81502A) is known color: Korma. HEX triplet: 81, 50 and 2A. RGB value is (129,80,42). Sum of RGB (Red+Green+Blue) = 129+80+42=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #81502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81502A is #7EAFD5. Grayscale: #5A5A5A. Windows color (decimal): -8302550 or 2773121. OLE color: 2773121.

HSL color Cylindrical-coordinate representation of color #81502A: hue angle of 26.21º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81502A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 42 -
CMYK 0 0.38 0.67 0.49
HSL 26.21º 0.51% 0.34% -
HSV(B) 26.21º 0.67% 0.51% -
XYZ 12.34 10.57 3.58 -
YUV 90.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 129 80 42 0 0.38 0.67 0.49 26.21 0.51 0.34
Hex 81 50 2A 0 26 43 31 1A 33 22
Octal 201 120 52 0 46 103 61 32 63 42
Binary 10000001 1010000 101010 0 100110 1000011 110001 11010 110011 100010

Color Harmonies of #81502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81502A

Black with #81502A

Text Example


Text Example

White with #81502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81502A; }

 p { color: rgb(129,80,42); }

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

background-color css

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

 a { background-color: rgb(129,80,42); }

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

border-color css

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

 span { border-color: rgb(129,80,42); }

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