Html Css Color HEX #88410D Saddle Brown

📋 copy color: '#88410D'

red 136 ◦ green 65 ◦ blue 13

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

Shades of Saddle Brown #88410D

Tints of Saddle Brown #88410D

RGB

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

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

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

R = 63.55%
G = 30.37%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88410D (or 0x88410D) is known color: Saddle Brown. HEX triplet: 88, 41 and 0D. RGB value is (136,65,13). Sum of RGB (Red+Green+Blue) = 136+65+13=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88410D is #77BEF2. Grayscale: #505050. Windows color (decimal): -7847667 or 868744. OLE color: 868744.

HSL color Cylindrical-coordinate representation of color #88410D: hue angle of 25.37º degrees, saturation: 0.83, 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 #88410D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 13 -
CMYK 0 0.52 0.90 0.47
HSL 25.37º 0.83% 0.29% -
HSV(B) 25.37º 0.9% 0.53% -
XYZ 12.12 9.04 1.49 -
YUV 80.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 136 65 13 0 0.52 0.90 0.47 25.37 0.83 0.29
Hex 88 41 D 0 34 5A 2F 19 53 1D
Octal 210 101 15 0 64 132 57 31 123 35
Binary 10001000 1000001 1101 0 110100 1011010 101111 11001 1010011 11101

Color Harmonies of #88410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88410D

Black with #88410D

Text Example


Text Example

White with #88410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88410D; }

 p { color: rgb(136,65,13); }

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

background-color css

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

 a { background-color: rgb(136,65,13); }

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

border-color css

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

 span { border-color: rgb(136,65,13); }

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