Html Css Color HEX #874C0D Saddle Brown

📋 copy color: '#874C0D'

red 135 ◦ green 76 ◦ blue 13

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

Shades of Saddle Brown #874C0D

Tints of Saddle Brown #874C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 60.27%
G = 33.93%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#874C0D (or 0x874C0D) is known color: Saddle Brown. HEX triplet: 87, 4C and 0D. RGB value is (135,76,13). Sum of RGB (Red+Green+Blue) = 135+76+13=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #874C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C0D is #78B3F2. Grayscale: #565656. Windows color (decimal): -7910387 or 871559. OLE color: 871559.

HSL color Cylindrical-coordinate representation of color #874C0D: hue angle of 30.98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #874C0D is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 13 -
CMYK 0 0.44 0.90 0.47
HSL 30.98º 0.82% 0.29% -
HSV(B) 30.98º 0.9% 0.53% -
XYZ 12.65 10.35 1.71 -
YUV 86.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 135 76 13 0 0.44 0.90 0.47 30.98 0.82 0.29
Hex 87 4C D 0 2C 5A 2F 1F 52 1D
Octal 207 114 15 0 54 132 57 37 122 35
Binary 10000111 1001100 1101 0 101100 1011010 101111 11111 1010010 11101

Color Harmonies of #874C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C0D

Black with #874C0D

Text Example


Text Example

White with #874C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,13); }

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

background-color css

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

 a { background-color: rgb(135,76,13); }

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

border-color css

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

 span { border-color: rgb(135,76,13); }

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