Html Css Color HEX #873A03 Saddle Brown

📋 copy color: '#873A03'

red 135 ◦ green 58 ◦ blue 3

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

Shades of Saddle Brown #873A03

Tints of Saddle Brown #873A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 68.88%
G = 29.59%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#873A03 (or 0x873A03) is known color: Saddle Brown. HEX triplet: 87, 3A and 03. RGB value is (135,58,3). Sum of RGB (Red+Green+Blue) = 135+58+3=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #873A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A03 is #78C5FC. Grayscale: #4B4B4B. Windows color (decimal): -7915005 or 211591. OLE color: 211591.

HSL color Cylindrical-coordinate representation of color #873A03: hue angle of 25º 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 #873A03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 3 -
CMYK 0 0.57 0.98 0.47
HSL 25º 0.96% 0.27% -
HSV(B) 25º 0.98% 0.53% -
XYZ 11.52 8.18 1.06 -
YUV 74.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 135 58 3 0 0.57 0.98 0.47 25 0.96 0.27
Hex 87 3A 3 0 39 62 2F 19 60 1B
Octal 207 72 3 0 71 142 57 31 140 33
Binary 10000111 111010 11 0 111001 1100010 101111 11001 1100000 11011

Color Harmonies of #873A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A03

Black with #873A03

Text Example


Text Example

White with #873A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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