Html Css Color HEX #88340A Saddle Brown

📋 copy color: '#88340A'

red 136 ◦ green 52 ◦ blue 10

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

Shades of Saddle Brown #88340A

Tints of Saddle Brown #88340A

RGB

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

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

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

R = 68.69%
G = 26.26%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#88340A (or 0x88340A) is known color: Saddle Brown. HEX triplet: 88, 34 and 0A. RGB value is (136,52,10). Sum of RGB (Red+Green+Blue) = 136+52+10=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88340A is #77CBF5. Grayscale: #484848. Windows color (decimal): -7850998 or 668808. OLE color: 668808.

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

Color convert

RGB 136 52 10 -
CMYK 0 0.62 0.93 0.47
HSL 20º 0.86% 0.29% -
HSV(B) 20º 0.93% 0.53% -
XYZ 11.44 7.71 1.17 -
YUV 72.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 136 52 10 0 0.62 0.93 0.47 20 0.86 0.29
Hex 88 34 A 0 3E 5D 2F 14 56 1D
Octal 210 64 12 0 76 135 57 24 126 35
Binary 10001000 110100 1010 0 111110 1011101 101111 10100 1010110 11101

Color Harmonies of #88340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88340A

Black with #88340A

Text Example


Text Example

White with #88340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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