Html Css Color HEX #88330A Saddle Brown

📋 copy color: '#88330A'

red 136 ◦ green 51 ◦ blue 10

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

Shades of Saddle Brown #88330A

Tints of Saddle Brown #88330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 69.04%
G = 25.89%
B = 5.08%

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

#88330A (or 0x88330A) is known color: Saddle Brown. HEX triplet: 88, 33 and 0A. RGB value is (136,51,10). Sum of RGB (Red+Green+Blue) = 136+51+10=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88330A is #77CCF5. Grayscale: #474747. Windows color (decimal): -7851254 or 668552. OLE color: 668552.

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

Color convert

RGB 136 51 10 -
CMYK 0 0.62 0.93 0.47
HSL 19.52º 0.86% 0.29% -
HSV(B) 19.52º 0.93% 0.53% -
XYZ 11.39 7.62 1.16 -
YUV 71.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 136 51 10 0 0.62 0.93 0.47 19.52 0.86 0.29
Hex 88 33 A 0 3E 5D 2F 14 56 1D
Octal 210 63 12 0 76 135 57 24 126 35
Binary 10001000 110011 1010 0 111110 1011101 101111 10100 1010110 11101

Color Harmonies of #88330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88330A

Black with #88330A

Text Example


Text Example

White with #88330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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