Html Css Color HEX #875330 Korma

📋 copy color: '#875330'

red 135 ◦ green 83 ◦ blue 48

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

Shades of Korma #875330

Tints of Korma #875330

RGB

 RED value IS 135 (53.13% from 255) = 50.75%

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 50.75%
G = 31.2%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875330 (or 0x875330) is known color: Korma. HEX triplet: 87, 53 and 30. RGB value is (135,83,48). Sum of RGB (Red+Green+Blue) = 135+83+48=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875330 is #78ACCF. Grayscale: #5E5E5E. Windows color (decimal): -7908560 or 3167111. OLE color: 3167111.

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

Color convert

RGB 135 83 48 -
CMYK 0 0.39 0.64 0.47
HSL 24.14º 0.48% 0.36% -
HSV(B) 24.14º 0.64% 0.53% -
XYZ 13.62 11.55 4.31 -
YUV 94.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 135 83 48 0 0.39 0.64 0.47 24.14 0.48 0.36
Hex 87 53 30 0 27 40 2F 18 30 24
Octal 207 123 60 0 47 100 57 30 60 44
Binary 10000111 1010011 110000 0 100111 1000000 101111 11000 110000 100100

Color Harmonies of #875330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875330

Black with #875330

Text Example


Text Example

White with #875330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875330; }

 p { color: rgb(135,83,48); }

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

background-color css

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

 a { background-color: rgb(135,83,48); }

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

border-color css

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

 span { border-color: rgb(135,83,48); }

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