Html Css Color HEX #385320 Seaweed

📋 copy color: '#385320'

red 56 ◦ green 83 ◦ blue 32

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

Shades of Seaweed #385320

Tints of Seaweed #385320

RGB

 RED value IS 56 (22.27% from 255) = 32.75%

 GREEN value IS 83 (32.81% from 255) = 48.54%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 32.75%
G = 48.54%
B = 18.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#385320 (or 0x385320) is known color: Seaweed. HEX triplet: 38, 53 and 20. RGB value is (56,83,32). Sum of RGB (Red+Green+Blue) = 56+83+32=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #385320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385320 is #C7ACDF. Grayscale: #454545. Windows color (decimal): -13085920 or 2118456. OLE color: 2118456.

HSL color Cylindrical-coordinate representation of color #385320: hue angle of 91.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385320 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 32 -
CMYK 0.33 0 0.61 0.67
HSL 91.76º 0.44% 0.23% -
HSV(B) 91.76º 0.61% 0.33% -
XYZ 4.98 7.13 2.48 -
YUV 69.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 56 83 32 0.33 0 0.61 0.67 91.76 0.44 0.23
Hex 38 53 20 21 0 3D 43 5C 2C 17
Octal 70 123 40 41 0 75 103 134 54 27
Binary 111000 1010011 100000 100001 0 111101 1000011 1011100 101100 10111

Color Harmonies of #385320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385320

Black with #385320

Text Example


Text Example

White with #385320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385320; }

 p { color: rgb(56,83,32); }

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

background-color css

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

 a { background-color: rgb(56,83,32); }

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

border-color css

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

 span { border-color: rgb(56,83,32); }

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