Html Css Color HEX #885430 Korma

📋 copy color: '#885430'

red 136 ◦ green 84 ◦ blue 48

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

Shades of Korma #885430

Tints of Korma #885430

RGB

 RED value IS 136 (53.52% from 255) = 50.75%

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

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

R = 50.75%
G = 31.34%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#885430 (or 0x885430) is known color: Korma. HEX triplet: 88, 54 and 30. RGB value is (136,84,48). Sum of RGB (Red+Green+Blue) = 136+84+48=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885430 is #77ABCF. Grayscale: #5F5F5F. Windows color (decimal): -7842768 or 3167368. OLE color: 3167368.

HSL color Cylindrical-coordinate representation of color #885430: hue angle of 24.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #885430 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 48 -
CMYK 0 0.38 0.65 0.47
HSL 24.55º 0.48% 0.36% -
HSV(B) 24.55º 0.65% 0.53% -
XYZ 13.86 11.79 4.34 -
YUV 95.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 136 84 48 0 0.38 0.65 0.47 24.55 0.48 0.36
Hex 88 54 30 0 26 41 2F 19 30 24
Octal 210 124 60 0 46 101 57 31 60 44
Binary 10001000 1010100 110000 0 100110 1000001 101111 11001 110000 100100

Color Harmonies of #885430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885430

Black with #885430

Text Example


Text Example

White with #885430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885430; }

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

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

background-color css

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

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

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

border-color css

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

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

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