Html Css Color HEX #88630C Golden Brown

📋 copy color: '#88630C'

red 136 ◦ green 99 ◦ blue 12

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

Shades of Golden Brown #88630C

Tints of Golden Brown #88630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 55.06%
G = 40.08%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88630C (or 0x88630C) is known color: Golden Brown. HEX triplet: 88, 63 and 0C. RGB value is (136,99,12). Sum of RGB (Red+Green+Blue) = 136+99+12=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88630C is #779CF3. Grayscale: #646464. Windows color (decimal): -7838964 or 811912. OLE color: 811912.

HSL color Cylindrical-coordinate representation of color #88630C: hue angle of 42.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88630C is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 12 -
CMYK 0 0.27 0.91 0.47
HSL 42.1º 0.84% 0.29% -
HSV(B) 42.1º 0.91% 0.53% -
XYZ 14.68 14.18 2.31 -
YUV 100.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 136 99 12 0 0.27 0.91 0.47 42.1 0.84 0.29
Hex 88 63 C 0 1B 5B 2F 2A 54 1D
Octal 210 143 14 0 33 133 57 52 124 35
Binary 10001000 1100011 1100 0 11011 1011011 101111 101010 1010100 11101

Color Harmonies of #88630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88630C

Black with #88630C

Text Example


Text Example

White with #88630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88630C; }

 p { color: rgb(136,99,12); }

 H1.HeaderClassName
 {
   color: #88630C;
 }
 .AnyTagClassName
 {
   color: #88630C;
 }
</style>

background-color css

<style>
 a { background-color: #88630C; }

 a { background-color: rgb(136,99,12); }

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

border-color css

<style>
 span { border-color: #88630C; }

 span { border-color: rgb(136,99,12); }

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