Html Css Color HEX #88340D Saddle Brown

📋 copy color: '#88340D'

red 136 ◦ green 52 ◦ blue 13

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

Shades of Saddle Brown #88340D

Tints of Saddle Brown #88340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 67.66%
G = 25.87%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88340D (or 0x88340D) is known color: Saddle Brown. HEX triplet: 88, 34 and 0D. RGB value is (136,52,13). Sum of RGB (Red+Green+Blue) = 136+52+13=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88340D is #77CBF2. Grayscale: #484848. Windows color (decimal): -7850995 or 865416. OLE color: 865416.

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

Color convert

RGB 136 52 13 -
CMYK 0 0.62 0.90 0.47
HSL 19.02º 0.83% 0.29% -
HSV(B) 19.02º 0.9% 0.53% -
XYZ 11.45 7.72 1.27 -
YUV 72.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 136 52 13 0 0.62 0.90 0.47 19.02 0.83 0.29
Hex 88 34 D 0 3E 5A 2F 13 53 1D
Octal 210 64 15 0 76 132 57 23 123 35
Binary 10001000 110100 1101 0 111110 1011010 101111 10011 1010011 11101

Color Harmonies of #88340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88340D

Black with #88340D

Text Example


Text Example

White with #88340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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