Html Css Color HEX #874103 Saddle Brown

📋 copy color: '#874103'

red 135 ◦ green 65 ◦ blue 3

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

Shades of Saddle Brown #874103

Tints of Saddle Brown #874103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 3 (1.56% from 255) = 1.48%

R = 66.5%
G = 32.02%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#874103 (or 0x874103) is known color: Saddle Brown. HEX triplet: 87, 41 and 03. RGB value is (135,65,3). Sum of RGB (Red+Green+Blue) = 135+65+3=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #874103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874103 is #78BEFC. Grayscale: #4F4F4F. Windows color (decimal): -7913213 or 213383. OLE color: 213383.

HSL color Cylindrical-coordinate representation of color #874103: hue angle of 28.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #874103 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 3 -
CMYK 0 0.52 0.98 0.47
HSL 28.18º 0.96% 0.27% -
HSV(B) 28.18º 0.98% 0.53% -
XYZ 11.9 8.94 1.18 -
YUV 78.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 135 65 3 0 0.52 0.98 0.47 28.18 0.96 0.27
Hex 87 41 3 0 34 62 2F 1C 60 1B
Octal 207 101 3 0 64 142 57 34 140 33
Binary 10000111 1000001 11 0 110100 1100010 101111 11100 1100000 11011

Color Harmonies of #874103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874103

Black with #874103

Text Example


Text Example

White with #874103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874103; }

 p { color: rgb(135,65,3); }

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

background-color css

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

 a { background-color: rgb(135,65,3); }

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

border-color css

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

 span { border-color: rgb(135,65,3); }

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