Html Css Color HEX #884300 Saddle Brown

📋 copy color: '#884300'

red 136 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #884300

Tints of Saddle Brown #884300

RGB

 RED value IS 136 (53.52% from 255) = 67%

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67%
G = 33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#884300 (or 0x884300) is known color: Saddle Brown. HEX triplet: 88, 43 and 00. RGB value is (136,67,0). Sum of RGB (Red+Green+Blue) = 136+67+0=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #884300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884300 is #77BCFF. Grayscale: #505050. Windows color (decimal): -7847168 or 17288. OLE color: 17288.

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

Color convert

RGB 136 67 0 -
CMYK 0 0.51 1 0.47
HSL 29.56º 1% 0.27% -
HSV(B) 29.56º 1% 0.53% -
XYZ 12.16 9.25 1.14 -
YUV 79.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 136 67 0 0 0.51 1 0.47 29.56 1 0.27
Hex 88 43 0 0 33 64 2F 1E 64 1B
Octal 210 103 0 0 63 144 57 36 144 33
Binary 10001000 1000011 0 0 110011 1100100 101111 11110 1100100 11011

Color Harmonies of #884300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884300

Black with #884300

Text Example


Text Example

White with #884300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884300; }

 p { color: rgb(136,67,0); }

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

background-color css

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

 a { background-color: rgb(136,67,0); }

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

border-color css

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

 span { border-color: rgb(136,67,0); }

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