Html Css Color HEX #855430 Korma

📋 copy color: '#855430'

red 133 ◦ green 84 ◦ blue 48

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

Shades of Korma #855430

Tints of Korma #855430

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

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

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

R = 50.19%
G = 31.7%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855430 (or 0x855430) is known color: Korma. HEX triplet: 85, 54 and 30. RGB value is (133,84,48). Sum of RGB (Red+Green+Blue) = 133+84+48=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855430 is #7AABCF. Grayscale: #5E5E5E. Windows color (decimal): -8039376 or 3167365. OLE color: 3167365.

HSL color Cylindrical-coordinate representation of color #855430: hue angle of 25.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855430 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 48 -
CMYK 0 0.37 0.64 0.48
HSL 25.41º 0.47% 0.35% -
HSV(B) 25.41º 0.64% 0.52% -
XYZ 13.38 11.54 4.32 -
YUV 94.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 133 84 48 0 0.37 0.64 0.48 25.41 0.47 0.35
Hex 85 54 30 0 25 40 30 19 2F 23
Octal 205 124 60 0 45 100 60 31 57 43
Binary 10000101 1010100 110000 0 100101 1000000 110000 11001 101111 100011

Color Harmonies of #855430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855430

Black with #855430

Text Example


Text Example

White with #855430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855430; }

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

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

background-color css

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

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

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

border-color css

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

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

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