Html Css Color HEX #81502D Korma

📋 copy color: '#81502D'

red 129 ◦ green 80 ◦ blue 45

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

Shades of Korma #81502D

Tints of Korma #81502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 50.79%
G = 31.5%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#81502D (or 0x81502D) is known color: Korma. HEX triplet: 81, 50 and 2D. RGB value is (129,80,45). Sum of RGB (Red+Green+Blue) = 129+80+45=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81502D is #7EAFD2. Grayscale: #5A5A5A. Windows color (decimal): -8302547 or 2969729. OLE color: 2969729.

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

Color convert

RGB 129 80 45 -
CMYK 0 0.38 0.65 0.49
HSL 25º 0.48% 0.34% -
HSV(B) 25º 0.65% 0.51% -
XYZ 12.4 10.59 3.87 -
YUV 90.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 129 80 45 0 0.38 0.65 0.49 25 0.48 0.34
Hex 81 50 2D 0 26 41 31 19 30 22
Octal 201 120 55 0 46 101 61 31 60 42
Binary 10000001 1010000 101101 0 100110 1000001 110001 11001 110000 100010

Color Harmonies of #81502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81502D

Black with #81502D

Text Example


Text Example

White with #81502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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