Html Css Color HEX #874F30 Korma

📋 copy color: '#874F30'

red 135 ◦ green 79 ◦ blue 48

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

Shades of Korma #874F30

Tints of Korma #874F30

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 51.53%
G = 30.15%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874F30 (or 0x874F30) is known color: Korma. HEX triplet: 87, 4F and 30. RGB value is (135,79,48). Sum of RGB (Red+Green+Blue) = 135+79+48=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #874F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F30 is #78B0CF. Grayscale: #5C5C5C. Windows color (decimal): -7909584 or 3166087. OLE color: 3166087.

HSL color Cylindrical-coordinate representation of color #874F30: hue angle of 21.38º 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 #874F30 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 79 48 -
CMYK 0 0.41 0.64 0.47
HSL 21.38º 0.48% 0.36% -
HSV(B) 21.38º 0.64% 0.53% -
XYZ 13.32 10.96 4.21 -
YUV 92.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 135 79 48 0 0.41 0.64 0.47 21.38 0.48 0.36
Hex 87 4F 30 0 29 40 2F 15 30 24
Octal 207 117 60 0 51 100 57 25 60 44
Binary 10000111 1001111 110000 0 101001 1000000 101111 10101 110000 100100

Color Harmonies of #874F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F30

Black with #874F30

Text Example


Text Example

White with #874F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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