Html Css Color HEX #874B2D Korma

📋 copy color: '#874B2D'

red 135 ◦ green 75 ◦ blue 45

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

Shades of Korma #874B2D

Tints of Korma #874B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 52.94%
G = 29.41%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#874B2D (or 0x874B2D) is known color: Korma. HEX triplet: 87, 4B and 2D. RGB value is (135,75,45). Sum of RGB (Red+Green+Blue) = 135+75+45=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B2D is #78B4D2. Grayscale: #595959. Windows color (decimal): -7910611 or 2968455. OLE color: 2968455.

HSL color Cylindrical-coordinate representation of color #874B2D: hue angle of 20º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #874B2D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 75 45 -
CMYK 0 0.44 0.67 0.47
HSL 20º 0.5% 0.35% -
HSV(B) 20º 0.67% 0.53% -
XYZ 12.98 10.37 3.8 -
YUV 89.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 135 75 45 0 0.44 0.67 0.47 20 0.5 0.35
Hex 87 4B 2D 0 2C 43 2F 14 32 23
Octal 207 113 55 0 54 103 57 24 62 43
Binary 10000111 1001011 101101 0 101100 1000011 101111 10100 110010 100011

Color Harmonies of #874B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B2D

Black with #874B2D

Text Example


Text Example

White with #874B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,75,45); }

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

background-color css

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

 a { background-color: rgb(135,75,45); }

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

border-color css

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

 span { border-color: rgb(135,75,45); }

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