Html Css Color HEX #815430 Korma

📋 copy color: '#815430'

red 129 ◦ green 84 ◦ blue 48

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

Shades of Korma #815430

Tints of Korma #815430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 49.43%
G = 32.18%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#815430 (or 0x815430) is known color: Korma. HEX triplet: 81, 54 and 30. RGB value is (129,84,48). Sum of RGB (Red+Green+Blue) = 129+84+48=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815430 is #7EABCF. Grayscale: #5D5D5D. Windows color (decimal): -8301520 or 3167361. OLE color: 3167361.

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

Color convert

RGB 129 84 48 -
CMYK 0 0.35 0.63 0.49
HSL 26.67º 0.46% 0.35% -
HSV(B) 26.67º 0.63% 0.51% -
XYZ 12.76 11.22 4.29 -
YUV 93.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 129 84 48 0 0.35 0.63 0.49 26.67 0.46 0.35
Hex 81 54 30 0 23 3F 31 1B 2E 23
Octal 201 124 60 0 43 77 61 33 56 43
Binary 10000001 1010100 110000 0 100011 111111 110001 11011 101110 100011

Color Harmonies of #815430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815430

Black with #815430

Text Example


Text Example

White with #815430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815430; }

 p { color: rgb(129,84,48); }

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

background-color css

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

 a { background-color: rgb(129,84,48); }

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

border-color css

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

 span { border-color: rgb(129,84,48); }

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