Html Css Color HEX #883D0A Saddle Brown

📋 copy color: '#883D0A'

red 136 ◦ green 61 ◦ blue 10

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

Shades of Saddle Brown #883D0A

Tints of Saddle Brown #883D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 65.7%
G = 29.47%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#883D0A (or 0x883D0A) is known color: Saddle Brown. HEX triplet: 88, 3D and 0A. RGB value is (136,61,10). Sum of RGB (Red+Green+Blue) = 136+61+10=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #883D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D0A is #77C2F5. Grayscale: #4D4D4D. Windows color (decimal): -7848694 or 671112. OLE color: 671112.

HSL color Cylindrical-coordinate representation of color #883D0A: hue angle of 24.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #883D0A is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 10 -
CMYK 0 0.55 0.93 0.47
HSL 24.29º 0.86% 0.29% -
HSV(B) 24.29º 0.93% 0.53% -
XYZ 11.88 8.59 1.32 -
YUV 77.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 136 61 10 0 0.55 0.93 0.47 24.29 0.86 0.29
Hex 88 3D A 0 37 5D 2F 18 56 1D
Octal 210 75 12 0 67 135 57 30 126 35
Binary 10001000 111101 1010 0 110111 1011101 101111 11000 1010110 11101

Color Harmonies of #883D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D0A

Black with #883D0A

Text Example


Text Example

White with #883D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D0A; }

 p { color: rgb(136,61,10); }

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

background-color css

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

 a { background-color: rgb(136,61,10); }

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

border-color css

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

 span { border-color: rgb(136,61,10); }

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